- debug
[oweals/gnunet.git] / src / mesh / test_mesh.conf
index ed3ad292fecc4e0bff1ab42786e1aee8d532db1e..e7d265bea04e10bce0c4121c1a42478e0ab26e16 100644 (file)
@@ -1,8 +1,8 @@
 [PATHS]
-SERVICEHOME = /tmp/test-mesh/
+GNUNET_TEST_HOME = /tmp/test-mesh/
 
 [mesh]
-#BINARY = gnunet-service-mesh
+BINARY = gnunet-service-mesh-enc
 AUTOSTART = NO
 ACCEPT_FROM = 127.0.0.1;
 HOSTNAME = localhost
@@ -15,6 +15,7 @@ CONNECT_TIMEOUT = 30 s
 DEFAULT_TTL = 16
 DHT_REPLICATION_LEVEL = 3
 MAX_TUNNELS = 10
+MAX_CONNECTIONS = 10
 MAX_MSGS_QUEUE = 20
 #DROP_PERCENT = 1
 
@@ -78,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
+