- debug
[oweals/gnunet.git] / src / mesh / test_mesh.conf
index 2c577ab84392ce91020660262ba020c70eb8b7ff..e7d265bea04e10bce0c4121c1a42478e0ab26e16 100644 (file)
@@ -1,13 +1,13 @@
 [PATHS]
-SERVICEHOME = /tmp/test-mesh/
+GNUNET_TEST_HOME = /tmp/test-mesh/
 
 [mesh]
-BINARY = gnunet-service-mesh-enc
+BINARY = gnunet-service-mesh-enc
 AUTOSTART = NO
 ACCEPT_FROM = 127.0.0.1;
 HOSTNAME = localhost
 PORT = 10511
-# PREFIX = valgrind --leak-check=full
+#PREFIX = valgrind --leak-check=full
 #PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
 REFRESH_PATH_TIME = 2 s
 ID_ANNOUNCE_TIME = 5 s
@@ -79,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
+