print stat
[oweals/gnunet.git] / src / dht / test_dht_multipeer_data.conf
index 037ec19d9590fd84498e6d7a093e5448d75a6bbd..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]
@@ -110,3 +119,8 @@ USE_LOCALADDR = NO
 AUTOSTART = NO
 
 
+
+[nse]
+AUTOSTART = NO
+
+