print stat
[oweals/gnunet.git] / src / dht / test_dht_multipeer_data.conf
index 4219f6cf95a8240df2a5ed23460cdb1fbc28d9b4..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]
@@ -96,3 +105,22 @@ HOSTKEY = $SERVICEHOME/.hostkey
 [PATHS]
 DEFAULTCONFIG = test_dht_multipeer_data.conf
 SERVICEHOME = /tmp/test-dht-multipeer/
+
+[nat]
+DISABLEV6 = YES
+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
+
+