aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance_udp_peer1.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_quota_compliance_udp_peer1.conf')
-rw-r--r--src/transport/test_quota_compliance_udp_peer1.conf118
1 files changed, 14 insertions, 104 deletions
diff --git a/src/transport/test_quota_compliance_udp_peer1.conf b/src/transport/test_quota_compliance_udp_peer1.conf
index f62cceb2f..c524966d2 100644
--- a/src/transport/test_quota_compliance_udp_peer1.conf
+++ b/src/transport/test_quota_compliance_udp_peer1.conf
@@ -1,120 +1,30 @@
1@INLINE@ test_transport_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test_quota_compliance_peer1/ 3SERVICEHOME = /tmp/test_quota_compliance_peer1/
3DEFAULTCONFIG = test_quota_compliance_udp_peer1.conf 4DEFAULTCONFIG = test_quota_compliance_udp_peer1.conf
4 5
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] 6[transport-udp]
34PORT = 4368 7PORT = 4368
35MAX_BPS = 50000000 8MAX_BPS = 50000000
36 9
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_udp_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_udp_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_udp_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_udp_statistics_peer1.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 = 4087 11PORT = 4087
92UNIXPATH = /tmp/test_quota_compliance_udp_arm_peer1.sock 12UNIXPATH = /tmp/test_quota_compliance_udp_arm_peer1.sock
93 13
94[TESTING] 14[statistics]
95WEAKRANDOM = YES 15PORT = 4088
96 16UNIXPATH = /tmp/test_quota_compliance_udp_statistics_peer1.sock
97[gnunetd]
98HOSTKEY = $SERVICEHOME/.hostkey
99
100
101[nat]
102# Are we behind NAT?
103BEHIND_NAT = NO
104
105[dht]
106AUTOSTART = NO
107
108[mesh]
109AUTOSTART = NO
110
111
112[dns]
113AUTOSTART = NO
114
115 17
18[resolver]
19PORT = 4089
20UNIXPATH = /tmp/test_quota_compliance_udp_resolver_peer1.sock
116 21
117[nse] 22[peerinfo]
118AUTOSTART = NO 23PORT = 4090
24UNIXPATH = /tmp/test_quota_compliance_udp_peerinfo_peer1.sock
119 25
26[transport]
27PORT = 4091
28PLUGINS = udp
29UNIXPATH = /tmp/test_quota_compliance_udp_transport_peer1.sock
120 30