Added transition code for new MESH API
[oweals/gnunet.git] / src / mesh / test_mesh_small.conf
index df459528952da5e1e5396b531379e0b591ac1a20..9e340aacbf645b6318359b5c03805f0bd2edf814 100644 (file)
@@ -4,7 +4,7 @@ DEFAULTCONFIG = test_mesh_small.conf
 
 [arm]
 PORT = 10010
-DEFAULTSERVICES = core mesh
+DEFAULTSERVICES = core dht mesh
 #DEBUG = YES
 
 [statistics]
@@ -13,12 +13,15 @@ PORT = 10000
 
 [dht]
 DEBUG = NO
-AUTOSTART = NO
+AUTOSTART = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 HOSTNAME = localhost
 PORT = 10001
 
+[nse]
+WORKBITS = 0
+
 [dns]
 AUTOSTART = NO
 PORT = 10011
@@ -37,6 +40,8 @@ INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
 
 [core]
+TOTAL_QUOTA_IN = 99111999
+TOTAL_QUOTA_OUT = 99111999
 AUTOSTART = YES
 PORT = 10003
 
@@ -47,14 +52,18 @@ PORT = 10004
 [mesh]
 PORT = 10005
 DEBUG=YES
+ACCEPT_FROM = 127.0.0.1;
+HOSTNAME = localhost
+# PREFIX = valgrind --leak-check=full
+# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
 
 [testing]
 NUM_PEERS = 16
 WEAKRANDOM = YES
-TOPOLOGY = CLIQUE
+TOPOLOGY = 2D_TORUS
 CONNECT_TOPOLOGY = NONE
-TOPOLOGY_FILE = small.dat
-#CONNECT_TOPOLOGY = ERDOS_RENYI
+#TOPOLOGY_FILE = small.dat
+CONNECT_TOPOLOGY = 2D_TORUS
 #CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
 #CONNECT_TOPOLOGY_OPTION_MODIFIER = 25
 #PERCENTAGE = 3
@@ -76,6 +85,6 @@ MAX_OUTSTANDING_CONNECTIONS = 75
 DELETE_FILES = YES
 
 [test_mesh_small]
-WAIT_TIME = 90
+WAIT_TIME = 300
 CONNECTION_LIMIT = 16
-DATA_OUTPUT_FILE=data_output
+#DATA_OUTPUT_FILE=data_output