aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_multipeer.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-02 10:19:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-02 10:19:00 +0000
commitc6ef80f13164795b0b53bc7c4c7cae2452cf861e (patch)
tree9205d3cf10cc02c359b229e291375ca483f93090 /src/dht/test_dht_multipeer.conf
parent2100eaeefbccd6cb2b6f952320092542f82a2051 (diff)
downloadgnunet-c6ef80f13164795b0b53bc7c4c7cae2452cf861e.tar.gz
gnunet-c6ef80f13164795b0b53bc7c4c7cae2452cf861e.zip
-major DHT test cleanup
Diffstat (limited to 'src/dht/test_dht_multipeer.conf')
-rw-r--r--src/dht/test_dht_multipeer.conf58
1 files changed, 58 insertions, 0 deletions
diff --git a/src/dht/test_dht_multipeer.conf b/src/dht/test_dht_multipeer.conf
new file mode 100644
index 000000000..497510ce5
--- /dev/null
+++ b/src/dht/test_dht_multipeer.conf
@@ -0,0 +1,58 @@
1[fs]
2AUTOSTART = NO
3
4[resolver]
5AUTOSTART = NO
6
7[block]
8plugins = test dht
9
10[dhtcache]
11QUOTA = 1 MB
12DATABASE = sqlite
13
14[transport]
15PLUGINS = tcp
16
17[ats]
18WAN_QUOTA_IN = 1 GB
19WAN_QUOTA_OUT = 1 GB
20
21[arm]
22DEFAULTSERVICES = dht core
23
24[TESTING]
25WEAKRANDOM = YES
26
27[testbed]
28OVERLAY_TOPOLOGY = FROM_FILE
29OVERLAY_TOPOLOGY_FILE = test_dht_multipeer_topology.dat
30
31[gnunetd]
32HOSTKEY = $SERVICEHOME/.hostkey
33
34[PATHS]
35SERVICEHOME = /tmp/test-dht-multipeer/
36
37[nat]
38DISABLEV6 = YES
39ENABLE_UPNP = NO
40BEHIND_NAT = NO
41ALLOW_NAT = NO
42INTERNAL_ADDRESS = 127.0.0.1
43EXTERNAL_ADDRESS = 127.0.0.1
44USE_LOCALADDR = YES
45
46[dns]
47AUTOSTART = NO
48
49[namestore]
50AUTOSTART = NO
51
52[nse]
53AUTOSTART = NO
54
55[vpn]
56AUTOSTART=NO
57
58