aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-16 20:56:32 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-16 20:56:32 +0000
commitd3a5ccbe2d810689d2eb23d5bd1f3c484d0e6ba6 (patch)
treef3139ca7c71fbb6758c740a210c7f5477fe3ad51 /src/cadet
parent0005364b9161750ff587b54ecfdeaf90cc6f6033 (diff)
downloadgnunet-d3a5ccbe2d810689d2eb23d5bd1f3c484d0e6ba6.tar.gz
gnunet-d3a5ccbe2d810689d2eb23d5bd1f3c484d0e6ba6.zip
-removing tons of options that should be dead
Diffstat (limited to 'src/cadet')
-rw-r--r--src/cadet/cadet.conf.in1
-rw-r--r--src/cadet/test_cadet.conf46
2 files changed, 1 insertions, 46 deletions
diff --git a/src/cadet/cadet.conf.in b/src/cadet/cadet.conf.in
index be5ad8bcc..3bc5f652c 100644
--- a/src/cadet/cadet.conf.in
+++ b/src/cadet/cadet.conf.in
@@ -1,4 +1,5 @@
1[cadet] 1[cadet]
2PREFIX = valgrind
2FORCESTART = YES 3FORCESTART = YES
3AUTOSTART = @AUTOSTART@ 4AUTOSTART = @AUTOSTART@
4@JAVAPORT@PORT = 2096 5@JAVAPORT@PORT = 2096
diff --git a/src/cadet/test_cadet.conf b/src/cadet/test_cadet.conf
index 78620993e..eb0e78b14 100644
--- a/src/cadet/test_cadet.conf
+++ b/src/cadet/test_cadet.conf
@@ -1,23 +1,14 @@
1[testbed] 1[testbed]
2AUTOSTART = NO
3PORT = 12113 2PORT = 12113
4ACCEPT_FROM = 127.0.0.1; 3ACCEPT_FROM = 127.0.0.1;
5HOSTNAME = localhost 4HOSTNAME = localhost
6OVERLAY_TOPOLOGY = LINE 5OVERLAY_TOPOLOGY = LINE
7#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args 6#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
8 7
9[fs]
10AUTOSTART = NO
11FORCESTART = NO
12
13[resolver]
14AUTOSTART = NO
15
16[cadet] 8[cadet]
17#BINARY = gnunet-service-cadet-enc 9#BINARY = gnunet-service-cadet-enc
18#PREFIX = valgrind --leak-check=full 10#PREFIX = valgrind --leak-check=full
19#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args 11#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
20AUTOSTART = NO
21ACCEPT_FROM = 127.0.0.1; 12ACCEPT_FROM = 127.0.0.1;
22REFRESH_CONNECTION_TIME = 333 ms 13REFRESH_CONNECTION_TIME = 333 ms
23ID_ANNOUNCE_TIME = 5 s 14ID_ANNOUNCE_TIME = 5 s
@@ -31,7 +22,6 @@ DISABLE_TRY_CONNECT = YES
31REKEY_PERIOD = 2 s 22REKEY_PERIOD = 2 s
32 23
33[dht] 24[dht]
34AUTOSTART = NO
35DISABLE_TRY_CONNECT = YES 25DISABLE_TRY_CONNECT = YES
36FORCE_NSE = 3 26FORCE_NSE = 3
37 27
@@ -70,52 +60,16 @@ BLUETOOTH_QUOTA_IN = unlimited
70BLUETOOTH_QUOTA_OUT = unlimited 60BLUETOOTH_QUOTA_OUT = unlimited
71 61
72[core] 62[core]
73PORT = 12092
74AUTOSTART = YES
75USE_EPHEMERAL_KEYS = NO 63USE_EPHEMERAL_KEYS = NO
76 64
77[arm]
78PORT = 12366
79
80[transport-udp]
81TIMEOUT = 300 s
82PORT = 12368
83
84[gnunetd]
85HOSTKEY = $GNUNET_TEST_HOME/.hostkey
86
87[PATHS] 65[PATHS]
88GNUNET_TEST_HOME = /tmp/test-cadet/ 66GNUNET_TEST_HOME = /tmp/test-cadet/
89 67
90[dns]
91AUTOSTART = NO
92
93[nse]
94AUTOSTART = NO
95
96[vpn]
97AUTOSTART = NO
98
99[nat] 68[nat]
100RETURN_LOCAL_ADDRESSES = YES 69RETURN_LOCAL_ADDRESSES = YES
101DISABLEV6 = YES 70DISABLEV6 = YES
102USE_LOCALADDR = YES 71USE_LOCALADDR = YES
103 72
104[gns-helper-service-w32]
105AUTOSTART = NO
106
107[consensus]
108AUTOSTART = NO
109
110[gns]
111AUTOSTART = NO
112
113[statistics]
114AUTOSTART = NO
115
116[peerinfo] 73[peerinfo]
117NO_IO = YES 74NO_IO = YES
118 75
119[set]
120AUTOSTART = NO
121FORCESTART = NO