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