aboutsummaryrefslogtreecommitdiff
path: root/src/service/cadet/cadet.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/cadet/cadet.conf.in')
-rw-r--r--src/service/cadet/cadet.conf.in53
1 files changed, 53 insertions, 0 deletions
diff --git a/src/service/cadet/cadet.conf.in b/src/service/cadet/cadet.conf.in
new file mode 100644
index 000000000..8f700951c
--- /dev/null
+++ b/src/service/cadet/cadet.conf.in
@@ -0,0 +1,53 @@
1[cadet]
2IMMEDIATE_START = YES
3START_ON_DEMAND = @START_ON_DEMAND@
4@JAVAPORT@PORT = 2096
5HOSTNAME = localhost
6BINARY = gnunet-service-cadet
7# PREFIX = valgrind --leak-check=yes
8ACCEPT_FROM = 127.0.0.1;
9ACCEPT_FROM6 = ::1;
10UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-cadet.sock
11UNIX_MATCH_UID = NO
12UNIX_MATCH_GID = YES
13
14
15# How often do we send KEEPALIVE messages on connections to keep them
16# from timing out?
17REFRESH_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 announce our presence in the DHT?
23ID_ANNOUNCE_TIME = 1 h
24
25# FIXME: document
26CONNECT_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.
30DHT_REPLICATION_LEVEL = 3
31
32# FIXME: not implemented
33# MAX_TUNNELS = 1000
34
35# FIXME: not implemented, replaced by MAX_ROUTES in NEW CADET!
36MAX_CONNECTIONS = 1000
37
38# How many routes do we participate in at most? Should be smaller
39# than MAX_MSGS_QUEUE
40MAX_ROUTES = 5000
41
42# FIXME: not implemented
43MAX_MSGS_QUEUE = 10000
44
45# FIXME: not implemented
46MAX_PEERS = 1000
47
48# How often do we advance the ratchet even if there is not
49# any traffic?
50RATCHET_TIME = 1 h
51
52# How often do we advance the ratched if there is traffic?
53RATCHET_MESSAGES = 64