gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30622 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r30622 - gnunet/src/mesh
Date: Fri, 8 Nov 2013 10:59:45 +0100

Author: bartpolot
Date: 2013-11-08 10:59:45 +0100 (Fri, 08 Nov 2013)
New Revision: 30622

Modified:
   gnunet/src/mesh/test_mesh_drop.conf
Log:
- allow test to run offline


Modified: gnunet/src/mesh/test_mesh_drop.conf
===================================================================
--- gnunet/src/mesh/test_mesh_drop.conf 2013-11-08 09:59:33 UTC (rev 30621)
+++ gnunet/src/mesh/test_mesh_drop.conf 2013-11-08 09:59:45 UTC (rev 30622)
@@ -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 @@
 #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 @@
 
 [consensus]
 AUTOSTART = NO
+
+[nat]
+RETURN_LOCAL_ADDRESSES = YES
+USE_LOCALADDR = YES




reply via email to

[Prev in Thread] Current Thread [Next in Thread]