aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_monitor.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/dht/test_dht_monitor.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/dht/test_dht_monitor.conf')
-rw-r--r--src/dht/test_dht_monitor.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/dht/test_dht_monitor.conf b/src/dht/test_dht_monitor.conf
index 7ba9f8381..415a2e5fd 100644
--- a/src/dht/test_dht_monitor.conf
+++ b/src/dht/test_dht_monitor.conf
@@ -1,9 +1,3 @@
1[fs]
2AUTOSTART = NO
3
4[resolver]
5AUTOSTART = NO
6
7[dhtcache] 1[dhtcache]
8QUOTA = 1 MB 2QUOTA = 1 MB
9DATABASE = heap 3DATABASE = heap
@@ -15,9 +9,6 @@ PLUGINS = tcp
15WAN_QUOTA_IN = 1 GB 9WAN_QUOTA_IN = 1 GB
16WAN_QUOTA_OUT = 1 GB 10WAN_QUOTA_OUT = 1 GB
17 11
18[arm]
19DEFAULTSERVICES = dht core
20
21[testbed] 12[testbed]
22OVERLAY_TOPOLOGY = LINE 13OVERLAY_TOPOLOGY = LINE
23 14
@@ -34,15 +25,3 @@ EXTERNAL_ADDRESS = 127.0.0.1
34USE_LOCALADDR = YES 25USE_LOCALADDR = YES
35RETURN_LOCAL_ADDRESSES = YES 26RETURN_LOCAL_ADDRESSES = YES
36 27
37[dns]
38AUTOSTART = NO
39
40[namestore]
41AUTOSTART = NO
42
43[nse]
44AUTOSTART = NO
45
46[vpn]
47AUTOSTART=NO
48