aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance_udp_peer1.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-10-29 13:12:04 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-10-29 13:12:04 +0000
commitdc87f102d4101926122b473e20ffb7d771f840d7 (patch)
treed5a402fc93119cc12c4760c8e0192490f765f002 /src/transport/test_quota_compliance_udp_peer1.conf
parent21d900ca0fa54b52121c0e91931cee3801997e5b (diff)
downloadgnunet-dc87f102d4101926122b473e20ffb7d771f840d7.tar.gz
gnunet-dc87f102d4101926122b473e20ffb7d771f840d7.zip
and quota compliance for udp
Diffstat (limited to 'src/transport/test_quota_compliance_udp_peer1.conf')
-rw-r--r--src/transport/test_quota_compliance_udp_peer1.conf104
1 files changed, 104 insertions, 0 deletions
diff --git a/src/transport/test_quota_compliance_udp_peer1.conf b/src/transport/test_quota_compliance_udp_peer1.conf
new file mode 100644
index 000000000..1b9771a37
--- /dev/null
+++ b/src/transport/test_quota_compliance_udp_peer1.conf
@@ -0,0 +1,104 @@
1[PATHS]
2SERVICEHOME = /tmp/test_quota_compliance_peer1/
3DEFAULTCONFIG = test_quota_compliance_udp_peer1.conf
4
5[fs]
6AUTOSTART = NO
7
8[datastore]
9AUTOSTART = NO
10
11[hostlist]
12HTTP-PROXY =
13SERVERS = http://gnunet.org:8080/
14OPTIONS = -b
15BINARY = gnunet-daemon-hostlist
16CONFIG = $DEFAULTCONFIG
17HOME = $SERVICEHOME
18HOSTNAME = localhost
19HTTPPORT = 8080
20
21[topology]
22BINARY = gnunet-daemon-topology
23CONFIG = $DEFAULTCONFIG
24FRIENDS = $SERVICEHOME/friends
25TARGET-CONNECTION-COUNT = 16
26AUTOCONNECT = YES
27FRIENDS-ONLY = NO
28MINIMUM-FRIENDS = 0
29
30[core]
31AUTOSTART = NO
32
33[transport-udp]
34PORT = 4368
35
36
37[transport]
38plugins = udp
39#DEBUG = YES
40PREFIX =
41ACCEPT_FROM6 = ::1;
42ACCEPT_FROM = 127.0.0.1;
43NEIGHBOUR_LIMIT = 50
44BINARY = gnunet-service-transport
45CONFIG = $DEFAULTCONFIG
46HOME = $SERVICEHOME
47HOSTNAME = localhost
48PORT = 4091
49UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_transport_peer1.sock
50
51[peerinfo]
52TRUST = $SERVICEHOME/data/credit/
53HOSTS = $SERVICEHOME/data/hosts/
54ACCEPT_FROM6 = ::1;
55ACCEPT_FROM = 127.0.0.1;
56BINARY = gnunet-service-peerinfo
57CONFIG = $DEFAULTCONFIG
58HOME = $SERVICEHOME
59HOSTNAME = localhost
60PORT = 4090
61UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_peerinfo_peer1.sock
62
63[resolver]
64ACCEPT_FROM6 = ::1;
65ACCEPT_FROM = 127.0.0.1;
66BINARY = gnunet-service-resolver
67CONFIG = $DEFAULTCONFIG
68HOME = $SERVICEHOME
69HOSTNAME = localhost
70PORT = 4089
71UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_resolver_peer1.sock
72
73[statistics]
74ACCEPT_FROM6 = ::1;
75ACCEPT_FROM = 127.0.0.1;
76BINARY = gnunet-service-statistics
77CONFIG = $DEFAULTCONFIG
78HOME = $SERVICEHOME
79HOSTNAME = localhost
80PORT = 4088
81UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_statistics_peer1.sock
82
83[arm]
84DEFAULTSERVICES =
85ACCEPT_FROM6 = ::1;
86ACCEPT_FROM = 127.0.0.1;
87BINARY = gnunet-service-arm
88CONFIG = $DEFAULTCONFIG
89HOME = $SERVICEHOME
90HOSTNAME = localhost
91PORT = 4087
92UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_arm_peer1.sock
93
94[TESTING]
95WEAKRANDOM = YES
96
97[gnunetd]
98HOSTKEY = $SERVICEHOME/.hostkey
99
100
101[dht]
102AUTOSTART = NO
103
104