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