make new cadet implementation the default: all tests pass (on my system); however...
[oweals/gnunet.git] / src / cadet / cadet.conf.in
index fe846500a6d999df6f90ea08e52bd55271a43099..a6d7627862ed9e453af98f750a10b972aa47c1be 100644 (file)
@@ -1,20 +1,23 @@
 [cadet]
+FORCESTART = YES
 AUTOSTART = @AUTOSTART@
 @JAVAPORT@PORT = 2096
 HOSTNAME = localhost
-BINARY = gnunet-service-mesh
+BINARY = gnunet-service-cadet-new
+# PREFIX = valgrind --leak-check=yes
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
-UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-mesh.sock
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-cadet.sock
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
+
 REFRESH_CONNECTION_TIME = 5 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_CONNECTIONS = 1000
 MAX_MSGS_QUEUE = 10000
 MAX_PEERS = 1000
+RATCHET_TIME = 1 h
+RATCHET_MESSAGES = 64