aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh.conf.in')
-rw-r--r--src/mesh/mesh.conf.in13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/mesh/mesh.conf.in b/src/mesh/mesh.conf.in
index 83a8938..9aa8b89 100644
--- a/src/mesh/mesh.conf.in
+++ b/src/mesh/mesh.conf.in
@@ -1,13 +1,20 @@
[mesh]
AUTOSTART = YES
-@UNIXONLY@ PORT = 2096
+@JAVAPORT@PORT = 2096
HOSTNAME = localhost
HOME = $SERVICEHOME
-CONFIG = $DEFAULTCONFIG
BINARY = gnunet-service-mesh
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
UNIXPATH = /tmp/gnunet-service-mesh.sock
UNIX_MATCH_UID = YES
UNIX_MATCH_GID = YES
-
+REFRESH_PATH_TIME = 30 min
+APP_ANNOUNCE_TIME = 1 h
+ID_ANNOUNCE_TIME = 1 h
+CONNECT_TIMEOUT = 30 s
+DEFAULT_TTL = 64
+DHT_REPLICATION_LEVEL = 3
+MAX_TUNNELS = 1000
+MAX_MSGS_QUEUE = 10000
+MAX_PEERS=1000 \ No newline at end of file