- moved timeout handling responsibility from for nat tests from caller to the library
[oweals/gnunet.git] / src / cadet / cadet.conf.in
1 [cadet]
2 AUTOSTART = @AUTOSTART@
3 @JAVAPORT@PORT = 2096
4 HOSTNAME = localhost
5 BINARY = gnunet-service-cadet
6 ACCEPT_FROM = 127.0.0.1;
7 ACCEPT_FROM6 = ::1;
8 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-cadet.sock
9 UNIX_MATCH_UID = YES
10 UNIX_MATCH_GID = YES
11 REFRESH_CONNECTION_TIME = 5 min
12 ID_ANNOUNCE_TIME = 1 h
13 APP_ANNOUNCE_TIME = 1 h
14 CONNECT_TIMEOUT = 30 s
15 DEFAULT_TTL = 64
16 DHT_REPLICATION_LEVEL = 3
17 MAX_TUNNELS = 1000
18 MAX_CONNECTIONS = 1000
19 MAX_MSGS_QUEUE = 10000
20 MAX_PEERS = 1000