aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_template.conf
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/testbed/test_testbed_api_template.conf
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/testbed/test_testbed_api_template.conf')
-rw-r--r--src/testbed/test_testbed_api_template.conf44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/testbed/test_testbed_api_template.conf b/src/testbed/test_testbed_api_template.conf
index f08cb5b9a..f7c9b7c76 100644
--- a/src/testbed/test_testbed_api_template.conf
+++ b/src/testbed/test_testbed_api_template.conf
@@ -6,18 +6,6 @@ HOSTNAME = localhost
6OVERLAY_TOPOLOGY = NONE 6OVERLAY_TOPOLOGY = NONE
7#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args 7#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
8 8
9[fs]
10AUTOSTART = NO
11
12[resolver]
13AUTOSTART = NO
14
15[cadet]
16AUTOSTART = NO
17
18[dht]
19AUTOSTART = NO
20
21[dhtcache] 9[dhtcache]
22QUOTA = 1 MB 10QUOTA = 1 MB
23DATABASE = heap 11DATABASE = heap
@@ -27,54 +15,22 @@ PLUGINS = udp
27ACCEPT_FROM6 = ::1; 15ACCEPT_FROM6 = ::1;
28ACCEPT_FROM = 127.0.0.1; 16ACCEPT_FROM = 127.0.0.1;
29NEIGHBOUR_LIMIT = 50 17NEIGHBOUR_LIMIT = 50
30PORT = 12365
31 18
32[ats] 19[ats]
33WAN_QUOTA_OUT = 3932160 20WAN_QUOTA_OUT = 3932160
34WAN_QUOTA_IN = 3932160 21WAN_QUOTA_IN = 3932160
35 22
36[core] 23[core]
37PORT = 12092
38AUTOSTART = YES
39USE_EPHEMERAL_KEYS = NO 24USE_EPHEMERAL_KEYS = NO
40 25
41[arm]
42DEFAULTSERVICES = core transport
43PORT = 12366
44
45[transport-udp] 26[transport-udp]
46TIMEOUT = 300 s 27TIMEOUT = 300 s
47PORT = 12368
48
49[gnunetd]
50HOSTKEY = $GNUNET_TEST_HOME/.hostkey
51 28
52[PATHS] 29[PATHS]
53GNUNET_TEST_HOME = /tmp/test-testbed/ 30GNUNET_TEST_HOME = /tmp/test-testbed/
54 31
55[dns]
56AUTOSTART = NO
57
58[nse]
59AUTOSTART = NO
60
61[vpn]
62AUTOSTART = NO
63
64[nat] 32[nat]
65RETURN_LOCAL_ADDRESSES = YES 33RETURN_LOCAL_ADDRESSES = YES
66 34
67[gns-helper-service-w32]
68AUTOSTART = NO
69
70[consensus]
71AUTOSTART = NO
72
73[gns]
74AUTOSTART = NO
75
76[statistics]
77AUTOSTART = NO
78
79[peerinfo] 35[peerinfo]
80NO_IO = YES 36NO_IO = YES