print stat
[oweals/gnunet.git] / src / dht / test_dht_multipeer_data.conf
index a3247e6bf6395bc05a6fe787000de8efe81a3499..2b4569881ac7f6cd208860270e8c29151b7320df 100644 (file)
@@ -71,23 +71,32 @@ DEBUG = NO
 [transport-tcp]
 TIMEOUT = 300000
 PORT = 12368
+BINDTO = 127.0.0.1
 
 [DHT_TESTING]
 MYSQL_LOGGING_EXTENDED = NO
 MYSQL_LOGGING = NO
-NUM_GETS = 1
-NUM_PUTS = 1
+NUM_GETS = 5
+NUM_PUTS = 5
 
 [TESTING]
 TOPOLOGY = FROM_FILE
+# file contains a ring
 CONNECT_TOPOLOGY = NONE
+# None == use all allowed connections
+# BLACKLIST_TOPOLOGY = X
+# No additional restrictions...
+
 TOPOLOGY_FILE = multipeer_topo.dat
+MAX_CONCURRENT_SSH = 1
+PEERGROUP_TIMEOUT = 10000
+USE_PROGRESSBARS = YES
 #CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET
 #CONNECT_TOPOLOGY_OPTION_MODIFIER = 2
 #LOGNMODIFIER = .65
 #PERCENTAGE = .75
 WEAKRANDOM = YES
-NUM_PEERS = 5
+NUM_PEERS = 10
 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
 
 [gnunetd]
@@ -99,9 +108,19 @@ SERVICEHOME = /tmp/test-dht-multipeer/
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
+
+[dns]
+AUTOSTART = NO
+
+
+
+[nse]
+AUTOSTART = NO
+
+