aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_twopeer_data.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_twopeer_data.conf
parent2100eaeefbccd6cb2b6f952320092542f82a2051 (diff)
downloadgnunet-c6ef80f13164795b0b53bc7c4c7cae2452cf861e.tar.gz
gnunet-c6ef80f13164795b0b53bc7c4c7cae2452cf861e.zip
-major DHT test cleanup
Diffstat (limited to 'src/dht/test_dht_twopeer_data.conf')
-rw-r--r--src/dht/test_dht_twopeer_data.conf81
1 files changed, 0 insertions, 81 deletions
diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf
deleted file mode 100644
index 51e7a6b8e..000000000
--- a/src/dht/test_dht_twopeer_data.conf
+++ /dev/null
@@ -1,81 +0,0 @@
1[PATHS]
2SERVICEHOME = /tmp/test-dht-twopeer/
3
4[resolver]
5AUTOSTART = YES
6
7[dht]
8DEBUG = NO
9AUTOSTART = YES
10#PREFIX = xterm -T dht -e gdb --args
11PORT = 12100
12BINARY = gnunet-service-dht
13
14[block]
15plugins = test dht dns
16
17[dhtcache]
18QUOTA = 1 MB
19DATABASE = sqlite
20
21[transport]
22PLUGINS = tcp
23DEBUG = NO
24NEIGHBOUR_LIMIT = 50
25PORT = 12365
26
27[ats]
28WAN_QUOTA_IN = 1 GB
29WAN_QUOTA_OUT = 1 GB
30
31[core]
32HOSTNAME = localhost
33PORT = 12092
34
35[arm]
36DEFAULTSERVICES = core dht
37PORT = 12366
38DEBUG = NO
39
40[transport-tcp]
41TIMEOUT = 300 s
42PORT = 12368
43BINDTO = 127.0.0.1
44
45[TESTING]
46WEAKRANDOM = YES
47
48[testing_old]
49NUM_PEERS = 2
50HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
51
52[gnunetd]
53HOSTKEY = $SERVICEHOME/.hostkey
54
55[nat]
56DISABLEV6 = YES
57ENABLE_UPNP = NO
58BEHIND_NAT = NO
59ALLOW_NAT = NO
60INTERNAL_ADDRESS = 127.0.0.1
61EXTERNAL_ADDRESS = 127.0.0.1
62USE_LOCALADDR = YES
63
64[dns]
65AUTOSTART = NO
66
67[mesh]
68AUTOSTART = NO
69
70[nse]
71AUTOSTART = NO
72
73[fs]
74AUTOSTART = NO
75
76[namestore]
77AUTOSTART = NO
78[vpn]
79AUTOSTART=NO
80
81