-only notify AFTER sending is really close to finished, not before
[oweals/gnunet.git] / src / mesh / mesh.conf.in
index 83a8938b2579dfe3dcb7166b26ca93a3bb2ffd24..cb061bd70b66794cd9350427d493d07d167d97a6 100644 (file)
@@ -1,13 +1,23 @@
 [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
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-mesh.sock
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
-
+REFRESH_CONNECTION_TIME = 5 min
+# PATH_TIME deprecated, remove soon
+REFRESH_PATH_TIME = 30 min
+ID_ANNOUNCE_TIME = 1 h
+APP_ANNOUNCE_TIME = 1 h
+CONNECT_TIMEOUT = 30 s
+DEFAULT_TTL = 64
+DHT_REPLICATION_LEVEL = 3
+MAX_TUNNELS = 1000
+# MAX_TUNNELS deprecated
+MAX_CONNECTIONS = 1000
+MAX_MSGS_QUEUE = 10000
+MAX_PEERS = 1000