aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/mesh.conf.in2
-rw-r--r--src/mesh/test_mesh_small.conf7
2 files changed, 8 insertions, 1 deletions
diff --git a/src/mesh/mesh.conf.in b/src/mesh/mesh.conf.in
index 962075329..6aa8b4fac 100644
--- a/src/mesh/mesh.conf.in
+++ b/src/mesh/mesh.conf.in
@@ -16,4 +16,4 @@ ID_ANNOUNCE_TIME = 1 h
16UNACKNOWLEDGED_WAIT = 2 s 16UNACKNOWLEDGED_WAIT = 2 s
17CONNECT_TIMEOUT = 30 s 17CONNECT_TIMEOUT = 30 s
18DEFAULT_TTL = 64 18DEFAULT_TTL = 64
19DHT_REPLICAION_LEVEL = 10 19DHT_REPLICATION_LEVEL = 10
diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf
index 5d49443f0..ed975eac6 100644
--- a/src/mesh/test_mesh_small.conf
+++ b/src/mesh/test_mesh_small.conf
@@ -59,6 +59,13 @@ PORT = 10005
59DEBUG = YES 59DEBUG = YES
60ACCEPT_FROM = 127.0.0.1; 60ACCEPT_FROM = 127.0.0.1;
61HOSTNAME = localhost 61HOSTNAME = localhost
62REFRESH_PATH_TIME = 1 min
63APP_ANNOUNCE_TIME = 5 s
64ID_ANNOUNCE_TIME = 5 s
65UNACKNOWLEDGED_WAIT = 2 s
66CONNECT_TIMEOUT = 30 s
67DEFAULT_TTL = 64
68DHT_REPLICAITON_LEVEL = 10
62# PREFIX = valgrind --leak-check=full --suppressions=valgrind-mesh.supp 69# PREFIX = valgrind --leak-check=full --suppressions=valgrind-mesh.supp
63# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args 70# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
64 71