Merge branch 'master' of gnunet.org:gnunet
[oweals/gnunet.git] / src / cadet / cadet.conf.in
1 [cadet]
2 IMMEDIATE_START = YES
3 START_ON_DEMAND = @START_ON_DEMAND@
4 @JAVAPORT@PORT = 2096
5 HOSTNAME = localhost
6 BINARY = gnunet-service-cadet
7 # PREFIX = valgrind --leak-check=yes
8 ACCEPT_FROM = 127.0.0.1;
9 ACCEPT_FROM6 = ::1;
10 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-cadet.sock
11 UNIX_MATCH_UID = NO
12 UNIX_MATCH_GID = YES
13
14
15 # How often do we send KEEPALIVE messages on connections to keep them
16 # from timing out?
17 REFRESH_CONNECTION_TIME = 5 min
18
19 # Percentage of packets CADET is artificially dropping. Used for testing only!
20 # DROP_PERCENT =
21
22 # How frequently do we usually anounce our presence in the DHT?
23 ID_ANNOUNCE_TIME = 1 h
24
25 # FIXME: document
26 CONNECT_TIMEOUT = 30 s
27
28 # What is the replication level we give to the DHT when announcing our
29 # existence?  Usually there is no need to change this.
30 DHT_REPLICATION_LEVEL = 3
31
32 # FIXME: not implemented
33 # MAX_TUNNELS = 1000
34
35 # FIXME: not implemented, replaced by MAX_ROUTES in NEW CADET!
36 MAX_CONNECTIONS = 1000
37
38 # How many routes do we participate in at most?  Should be smaller
39 # than MAX_MSGS_QUEUE
40 MAX_ROUTES = 5000
41
42 # FIXME: not implemented
43 MAX_MSGS_QUEUE = 10000
44
45 # FIXME: not implemented
46 MAX_PEERS = 1000
47
48 # How often do we advance the ratchet even if there is not
49 # any traffic?
50 RATCHET_TIME = 1 h
51
52 # How often do we advance the ratched if there is traffic?
53 RATCHET_MESSAGES = 64