aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance_tcp_peer2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_quota_compliance_tcp_peer2.conf')
-rw-r--r--src/transport/test_quota_compliance_tcp_peer2.conf108
1 files changed, 108 insertions, 0 deletions
diff --git a/src/transport/test_quota_compliance_tcp_peer2.conf b/src/transport/test_quota_compliance_tcp_peer2.conf
new file mode 100644
index 000000000..117e3d1ca
--- /dev/null
+++ b/src/transport/test_quota_compliance_tcp_peer2.conf
@@ -0,0 +1,108 @@
1[PATHS]
2SERVICEHOME = /tmp/test_quota_compliance_peer2
3DEFAULTCONFIG = test_quota_compliance_tcp_peer2.conf
4
5[transport-udp]
6PORT = 3094
7
8[transport-tcp]
9TIMEOUT = 300000
10PORT = 3094
11BINDTO = 127.0.0.1
12
13[fs]
14AUTOSTART = NO
15
16[datastore]
17AUTOSTART = NO
18
19[hostlist]
20HTTP-PROXY =
21SERVERS = http://gnunet.org:8080/
22OPTIONS = -b
23BINARY = gnunet-daemon-hostlist
24CONFIG = $DEFAULTCONFIG
25HOME = $SERVICEHOME
26HOSTNAME = localhost
27HTTPPORT = 8080
28
29[topology]
30BINARY = gnunet-daemon-topology
31CONFIG = $DEFAULTCONFIG
32FRIENDS = $SERVICEHOME/friends
33TARGET-CONNECTION-COUNT = 16
34AUTOCONNECT = YES
35FRIENDS-ONLY = NO
36MINIMUM-FRIENDS = 0
37
38[core]
39AUTOSTART = NO
40
41[transport]
42plugins = tcp
43#DEBUG = YES
44PREFIX =
45ACCEPT_FROM6 = ::1;
46ACCEPT_FROM = 127.0.0.1;
47NEIGHBOUR_LIMIT = 50
48BINARY = gnunet-service-transport
49CONFIG = $DEFAULTCONFIG
50HOME = $SERVICEHOME
51HOSTNAME = localhost
52PORT = 3091
53UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_transport_peer2.sock
54
55[peerinfo]
56TRUST = $SERVICEHOME/data/credit/
57HOSTS = $SERVICEHOME/data/hosts/
58ACCEPT_FROM6 = ::1;
59ACCEPT_FROM = 127.0.0.1;
60BINARY = gnunet-service-peerinfo
61CONFIG = $DEFAULTCONFIG
62HOME = $SERVICEHOME
63HOSTNAME = localhost
64PORT = 3090
65UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_peerinfo_peer2.sock
66
67[resolver]
68ACCEPT_FROM6 = ::1;
69ACCEPT_FROM = 127.0.0.1;
70BINARY = gnunet-service-resolver
71CONFIG = $DEFAULTCONFIG
72HOME = $SERVICEHOME
73HOSTNAME = localhost
74PORT = 3089
75UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_resolver_peer2.sock
76
77[statistics]
78ACCEPT_FROM6 = ::1;
79ACCEPT_FROM = 127.0.0.1;
80BINARY = gnunet-service-statistics
81CONFIG = $DEFAULTCONFIG
82HOME = $SERVICEHOME
83HOSTNAME = localhost
84PORT = 3088
85UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_statistics_peer2.sock
86
87[arm]
88DEFAULTSERVICES =
89ACCEPT_FROM6 = ::1;
90ACCEPT_FROM = 127.0.0.1;
91BINARY = gnunet-service-arm
92CONFIG = $DEFAULTCONFIG
93HOME = $SERVICEHOME
94HOSTNAME = localhost
95PORT = 3087
96UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_arm_peer2.sock
97
98[TESTING]
99WEAKRANDOM = YES
100
101[gnunetd]
102HOSTKEY = $SERVICEHOME/.hostkey
103
104
105[dht]
106AUTOSTART = NO
107
108