aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh.conf
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-08-12 14:12:12 +0000
committerBart Polot <bart@net.in.tum.de>2013-08-12 14:12:12 +0000
commit35a61ab78a6f9c226593164257272a9690df826d (patch)
treefea2142b6f0bbb3a73ee7f16a3168bfe8d28f54e /src/mesh/test_mesh.conf
parentc9ece8bf65878ca07c32abb7eee11a550562ed68 (diff)
downloadgnunet-35a61ab78a6f9c226593164257272a9690df826d.tar.gz
gnunet-35a61ab78a6f9c226593164257272a9690df826d.zip
- fixes
Diffstat (limited to 'src/mesh/test_mesh.conf')
-rw-r--r--src/mesh/test_mesh.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesh/test_mesh.conf b/src/mesh/test_mesh.conf
index 01d7544e5..2ae07e30f 100644
--- a/src/mesh/test_mesh.conf
+++ b/src/mesh/test_mesh.conf
@@ -7,7 +7,7 @@ AUTOSTART = NO
7ACCEPT_FROM = 127.0.0.1; 7ACCEPT_FROM = 127.0.0.1;
8HOSTNAME = localhost 8HOSTNAME = localhost
9PORT = 10511 9PORT = 10511
10#PREFIX = valgrind --leak-check=full 10PREFIX = valgrind --leak-check=full
11#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args 11#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
12REFRESH_PATH_TIME = 2 s 12REFRESH_PATH_TIME = 2 s
13ID_ANNOUNCE_TIME = 5 s 13ID_ANNOUNCE_TIME = 5 s
@@ -15,6 +15,7 @@ CONNECT_TIMEOUT = 30 s
15DEFAULT_TTL = 16 15DEFAULT_TTL = 16
16DHT_REPLICATION_LEVEL = 3 16DHT_REPLICATION_LEVEL = 3
17MAX_TUNNELS = 10 17MAX_TUNNELS = 10
18MAX_CONNECTIONS = 10
18MAX_MSGS_QUEUE = 20 19MAX_MSGS_QUEUE = 20
19#DROP_PERCENT = 1 20#DROP_PERCENT = 1
20 21