aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-10 17:11:06 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-10 17:11:06 +0000
commitb8fc68d6cb81adb3803186359b3a30b1a4bb7b5a (patch)
treebe6defbdf18e3af9bdcc979cf27b253fe0b4d5f9 /src/cadet
parent3871fc32bbd05da817d94f4188023a4edebc367a (diff)
downloadgnunet-b8fc68d6cb81adb3803186359b3a30b1a4bb7b5a.tar.gz
gnunet-b8fc68d6cb81adb3803186359b3a30b1a4bb7b5a.zip
moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #3565 indirectly
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]