aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_2dtorus.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-13 20:32:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-13 20:32:55 +0000
commitdb86f1902be1867324f773bf20f37a4c4108aa65 (patch)
tree701c451a7f0e9950c54b3574ee8d71294ebd2b74 /src/dht/test_dht_2dtorus.conf
parentc756d300915c611a294e199d8abfb32027b72cc2 (diff)
downloadgnunet-db86f1902be1867324f773bf20f37a4c4108aa65.tar.gz
gnunet-db86f1902be1867324f773bf20f37a4c4108aa65.zip
-cleanup, doxygen
Diffstat (limited to 'src/dht/test_dht_2dtorus.conf')
-rw-r--r--src/dht/test_dht_2dtorus.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dht/test_dht_2dtorus.conf b/src/dht/test_dht_2dtorus.conf
index aaa46319c..9b725b09e 100644
--- a/src/dht/test_dht_2dtorus.conf
+++ b/src/dht/test_dht_2dtorus.conf
@@ -3,6 +3,7 @@ GNUNET_TEST_HOME = /tmp/test_dht_2dtorus/
3 3
4[arm] 4[arm]
5DEFAULTSERVICES = core dht 5DEFAULTSERVICES = core dht
6
6[dhtcache] 7[dhtcache]
7QUOTA = 1 MB 8QUOTA = 1 MB
8DATABASE = heap 9DATABASE = heap
@@ -11,7 +12,7 @@ DATABASE = heap
11AUTOSTART = NO 12AUTOSTART = NO
12 13
13[nat] 14[nat]
14DISABLEV6 = YES 15DISABLEV6 = YES
15RETURN_LOCAL_ADDRESSES = YES 16RETURN_LOCAL_ADDRESSES = YES
16ENABLE_UPNP = NO 17ENABLE_UPNP = NO
17BEHIND_NAT = NO 18BEHIND_NAT = NO
@@ -23,9 +24,6 @@ EXTERNAL_ADDRESS = 127.0.0.1
23WAN_QUOTA_IN = 1 GB 24WAN_QUOTA_IN = 1 GB
24WAN_QUOTA_OUT = 1 GB 25WAN_QUOTA_OUT = 1 GB
25 26
26[testing]
27WEAKRANDOM = YES
28
29[testbed] 27[testbed]
30OVERLAY_TOPOLOGY = 2D_TORUS 28OVERLAY_TOPOLOGY = 2D_TORUS
31 29