-only notify AFTER sending is really close to finished, not before
[oweals/gnunet.git] / src / mesh / test_mesh.conf
index 58dff5adceba5ee160fededbd82a93cfa198a0e8..f61aea30e9559f6fb0884736778e3cc63fd124ce 100644 (file)
@@ -1,8 +1,8 @@
 [PATHS]
-SERVICEHOME = /tmp/test-mesh/
+GNUNET_TEST_HOME = /tmp/test-mesh/
 
 [mesh]
-BINARY = gnunet-service-mesh-new
+# BINARY = gnunet-service-mesh-enc
 AUTOSTART = NO
 ACCEPT_FROM = 127.0.0.1;
 HOSTNAME = localhost
@@ -10,13 +10,14 @@ PORT = 10511
 #PREFIX = valgrind --leak-check=full
 #PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
 REFRESH_PATH_TIME = 2 s
-APP_ANNOUNCE_TIME = 5 s
 ID_ANNOUNCE_TIME = 5 s
 CONNECT_TIMEOUT = 30 s
 DEFAULT_TTL = 16
 DHT_REPLICATION_LEVEL = 3
 MAX_TUNNELS = 10
+MAX_CONNECTIONS = 10
 MAX_MSGS_QUEUE = 20
+#DROP_PERCENT = 1
 
 [testbed]
 NUM_PEERS = 5
@@ -41,12 +42,9 @@ PORT = 12100
 DISABLE_TRY_CONNECT = YES
 FORCE_NSE = 3
 
-[block]
-plugins = dht test
-
 [dhtcache]
 QUOTA = 1 MB
-DATABASE = sqlite
+DATABASE = heap
 
 [transport]
 PLUGINS = tcp
@@ -70,12 +68,6 @@ PORT = 12366
 TIMEOUT = 300 s
 PORT = 12368
 
-[TESTING]
-WEAKRANDOM = YES
-
-[gnunetd]
-HOSTKEY = $SERVICEHOME/.hostkey
-
 [dns]
 AUTOSTART = NO
 
@@ -87,3 +79,11 @@ AUTOSTART = NO
 
 [consensus]
 AUTOSTART = NO
+
+[nat]
+# Allow running on systems with only loopback?
+RETURN_LOCAL_ADDRESSES = YES
+# Disable redundant addresses...
+DISABLEV6 = YES
+USE_LOCALADDR = YES
+