aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.conf.in
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-07-25 09:45:59 +0000
committerBart Polot <bart@net.in.tum.de>2012-07-25 09:45:59 +0000
commit90da8ec92541c5a645ada39ba524198f131ce6e5 (patch)
tree05487caacbb077dcb8a1ad57687e97ff756011fc /src/mesh/mesh.conf.in
parent276328cd16b253961dc140eff2ed994d62d16661 (diff)
downloadgnunet-90da8ec92541c5a645ada39ba524198f131ce6e5.tar.gz
gnunet-90da8ec92541c5a645ada39ba524198f131ce6e5.zip
- add tunnel and queue accounting
Diffstat (limited to 'src/mesh/mesh.conf.in')
-rw-r--r--src/mesh/mesh.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesh/mesh.conf.in b/src/mesh/mesh.conf.in
index 6aa8b4fac..83b45c786 100644
--- a/src/mesh/mesh.conf.in
+++ b/src/mesh/mesh.conf.in
@@ -17,3 +17,5 @@ UNACKNOWLEDGED_WAIT = 2 s
17CONNECT_TIMEOUT = 30 s 17CONNECT_TIMEOUT = 30 s
18DEFAULT_TTL = 64 18DEFAULT_TTL = 64
19DHT_REPLICATION_LEVEL = 10 19DHT_REPLICATION_LEVEL = 10
20MAX_TUNNELS = 1000
21MAX_MSGS_QUEUE = 10000