From b1e7ec7d923bf44a10b1bc6ebc60df002c451450 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 8 Nov 2013 09:59:45 +0000 Subject: [PATCH] - allow test to run offline --- src/mesh/test_mesh_drop.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/mesh/test_mesh_drop.conf b/src/mesh/test_mesh_drop.conf index 16d4f7637..8410a4e02 100644 --- a/src/mesh/test_mesh_drop.conf +++ b/src/mesh/test_mesh_drop.conf @@ -2,7 +2,7 @@ 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 @@ -10,12 +10,12 @@ 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 @@ -79,3 +79,7 @@ AUTOSTART = NO [consensus] AUTOSTART = NO + +[nat] +RETURN_LOCAL_ADDRESSES = YES +USE_LOCALADDR = YES -- 2.25.1