aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet')
-rw-r--r--src/cadet/cadet.conf.in3
-rw-r--r--src/cadet/test_cadet.conf1
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/cadet.conf.in b/src/cadet/cadet.conf.in
index 458f11908..be5ad8bcc 100644
--- a/src/cadet/cadet.conf.in
+++ b/src/cadet/cadet.conf.in
@@ -1,4 +1,5 @@
1[cadet] 1[cadet]
2FORCESTART = YES
2AUTOSTART = @AUTOSTART@ 3AUTOSTART = @AUTOSTART@
3@JAVAPORT@PORT = 2096 4@JAVAPORT@PORT = 2096
4HOSTNAME = localhost 5HOSTNAME = localhost
@@ -17,4 +18,4 @@ MAX_TUNNELS = 1000
17MAX_CONNECTIONS = 1000 18MAX_CONNECTIONS = 1000
18MAX_MSGS_QUEUE = 10000 19MAX_MSGS_QUEUE = 10000
19MAX_PEERS = 1000 20MAX_PEERS = 1000
20REKEY_PERIOD = 12 h \ No newline at end of file 21REKEY_PERIOD = 12 h
diff --git a/src/cadet/test_cadet.conf b/src/cadet/test_cadet.conf
index 5489888d1..ff9fb4c5b 100644
--- a/src/cadet/test_cadet.conf
+++ b/src/cadet/test_cadet.conf
@@ -58,7 +58,6 @@ AUTOSTART = YES
58USE_EPHEMERAL_KEYS = NO 58USE_EPHEMERAL_KEYS = NO
59 59
60[arm] 60[arm]
61DEFAULTSERVICES = core transport dht cadet statistics
62PORT = 12366 61PORT = 12366
63 62
64[transport-udp] 63[transport-udp]