aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance_udp_peer2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_quota_compliance_udp_peer2.conf')
-rw-r--r--src/transport/test_quota_compliance_udp_peer2.conf117
1 files changed, 14 insertions, 103 deletions
diff --git a/src/transport/test_quota_compliance_udp_peer2.conf b/src/transport/test_quota_compliance_udp_peer2.conf
index b06ac66f0..ca590cfc6 100644
--- a/src/transport/test_quota_compliance_udp_peer2.conf
+++ b/src/transport/test_quota_compliance_udp_peer2.conf
@@ -1,3 +1,4 @@
1@INLINE@ test_transport_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test_quota_compliance_peer2 3SERVICEHOME = /tmp/test_quota_compliance_peer2
3DEFAULTCONFIG = test_quota_compliance_udp_peer2.conf 4DEFAULTCONFIG = test_quota_compliance_udp_peer2.conf
@@ -6,115 +7,25 @@ DEFAULTCONFIG = test_quota_compliance_udp_peer2.conf
6PORT = 3368 7PORT = 3368
7MAX_BPS = 50000000 8MAX_BPS = 50000000
8 9
9[fs]
10AUTOSTART = NO
11
12[datastore]
13AUTOSTART = NO
14
15[hostlist]
16HTTP-PROXY =
17SERVERS = http://gnunet.org:8080/
18OPTIONS = -b
19BINARY = gnunet-daemon-hostlist
20CONFIG = $DEFAULTCONFIG
21HOME = $SERVICEHOME
22HOSTNAME = localhost
23HTTPPORT = 8080
24
25[topology]
26BINARY = gnunet-daemon-topology
27CONFIG = $DEFAULTCONFIG
28FRIENDS = $SERVICEHOME/friends
29TARGET-CONNECTION-COUNT = 16
30AUTOCONNECT = YES
31FRIENDS-ONLY = NO
32MINIMUM-FRIENDS = 0
33
34[core]
35AUTOSTART = NO
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 = 3091
49UNIXPATH = /tmp/test_quota_compliance_udp_transport_peer2.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 = 3090
61UNIXPATH = /tmp/test_quota_compliance_udp_peerinfo_peer2.sock
62
63[resolver]
64ACCEPT_FROM6 = ::1;
65ACCEPT_FROM = 127.0.0.1;
66BINARY = gnunet-service-resolver
67CONFIG = $DEFAULTCONFIG
68HOME = $SERVICEHOME
69HOSTNAME = localhost
70PORT = 3089
71UNIXPATH = /tmp/test_quota_compliance_udp_resolver_peer2.sock
72
73[statistics]
74ACCEPT_FROM6 = ::1;
75ACCEPT_FROM = 127.0.0.1;
76BINARY = gnunet-service-statistics
77CONFIG = $DEFAULTCONFIG
78HOME = $SERVICEHOME
79HOSTNAME = localhost
80PORT = 3088
81UNIXPATH = /tmp/test_quota_compliance_udp_statistics_peer2.sock
82
83[arm] 10[arm]
84DEFAULTSERVICES =
85ACCEPT_FROM6 = ::1;
86ACCEPT_FROM = 127.0.0.1;
87BINARY = gnunet-service-arm
88CONFIG = $DEFAULTCONFIG
89HOME = $SERVICEHOME
90HOSTNAME = localhost
91PORT = 3087 11PORT = 3087
92UNIXPATH = /tmp/test_quota_compliance_udp_arm_peer2.sock 12UNIXPATH = /tmp/test_quota_compliance_udp_arm_peer2.sock
93 13
94[TESTING] 14[statistics]
95WEAKRANDOM = YES 15PORT = 3088
96 16UNIXPATH = /tmp/test_quota_compliance_udp_statistics_peer2.sock
97[gnunetd]
98HOSTKEY = $SERVICEHOME/.hostkey
99
100[nat]
101# Are we behind NAT?
102BEHIND_NAT = NO
103
104
105[dht]
106AUTOSTART = NO
107
108[mesh]
109AUTOSTART = NO
110
111
112[dns]
113AUTOSTART = NO
114 17
18[resolver]
19PORT = 3089
20UNIXPATH = /tmp/test_quota_compliance_udp_resolver_peer2.sock
115 21
22[peerinfo]
23PORT = 3090
24UNIXPATH = /tmp/test_quota_compliance_udp_peerinfo_peer2.sock
116 25
117[nse] 26[transport]
118AUTOSTART = NO 27PORT = 3091
28PLUGINS = udp
29UNIXPATH = /tmp/test_quota_compliance_udp_transport_peer2.sock
119 30
120 31