From: Bart Polot Date: Fri, 8 Nov 2013 09:59:45 +0000 (+0000) Subject: - allow test to run offline X-Git-Tag: initial-import-from-subversion-38251~6179 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b1e7ec7d923bf44a10b1bc6ebc60df002c451450;p=oweals%2Fgnunet.git - allow test to run offline --- 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