aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-23 13:30:04 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commitc293f84ea192f361baf720a3979589c0e0881abc (patch)
treeb936a8a074e0b4c4516746cf9ffb2ef77f6ed313 /src/dht
parent8d43f2cb9c49e814544fcaa115c4b08bbac297c3 (diff)
downloadgnunet-c293f84ea192f361baf720a3979589c0e0881abc.tar.gz
gnunet-c293f84ea192f361baf720a3979589c0e0881abc.zip
AUTOSTART renamed into START_ON_DEMAND (#4547a)
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/dht.conf.in2
-rw-r--r--src/dht/test_dht_2dtorus.conf4
-rw-r--r--src/dht/test_dht_api_data.conf4
-rw-r--r--src/dht/test_dht_api_peer1.conf4
-rw-r--r--src/dht/test_dht_line.conf4
-rw-r--r--src/dht/test_dht_monitor.conf4
-rw-r--r--src/dht/test_dht_multipeer.conf4
-rw-r--r--src/dht/test_dht_tools.conf58
8 files changed, 42 insertions, 42 deletions
diff --git a/src/dht/dht.conf.in b/src/dht/dht.conf.in
index f828b725f..9ae6d630b 100644
--- a/src/dht/dht.conf.in
+++ b/src/dht/dht.conf.in
@@ -1,6 +1,6 @@
1[dht] 1[dht]
2FORCESTART = YES 2FORCESTART = YES
3AUTOSTART = @AUTOSTART@ 3START_ON_DEMAND = @START_ON_DEMAND@
4@JAVAPORT@PORT = 2095 4@JAVAPORT@PORT = 2095
5HOSTNAME = localhost 5HOSTNAME = localhost
6BINARY = gnunet-service-dht 6BINARY = gnunet-service-dht
diff --git a/src/dht/test_dht_2dtorus.conf b/src/dht/test_dht_2dtorus.conf
index a541e8443..c3621cda5 100644
--- a/src/dht/test_dht_2dtorus.conf
+++ b/src/dht/test_dht_2dtorus.conf
@@ -4,7 +4,7 @@
4GNUNET_TEST_HOME = $GNUNET_TMP/test_dht_2dtorus/ 4GNUNET_TEST_HOME = $GNUNET_TMP/test_dht_2dtorus/
5 5
6[dht] 6[dht]
7AUTOSTART = YES 7START_ON_DEMAND = YES
8FORCESTART = YES 8FORCESTART = YES
9 9
10[dhtcache] 10[dhtcache]
@@ -28,7 +28,7 @@ WAN_QUOTA_OUT = 1 GB
28OVERLAY_TOPOLOGY = 2D_TORUS 28OVERLAY_TOPOLOGY = 2D_TORUS
29 29
30[nse] 30[nse]
31AUTOSTART = YES 31START_ON_DEMAND = YES
32WORKDELAY = 500 ms 32WORKDELAY = 500 ms
33INTERVAL = 60 s 33INTERVAL = 60 s
34WORKBITS = 0 34WORKBITS = 0
diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf
index a2c1829c6..3a9857cff 100644
--- a/src/dht/test_dht_api_data.conf
+++ b/src/dht/test_dht_api_data.conf
@@ -36,9 +36,9 @@ INTERNAL_ADDRESS = 127.0.0.1
36EXTERNAL_ADDRESS = 127.0.0.1 36EXTERNAL_ADDRESS = 127.0.0.1
37 37
38[dht] 38[dht]
39AUTOSTART = YES 39START_ON_DEMAND = YES
40FORCESTART = YES 40FORCESTART = YES
41 41
42[nse] 42[nse]
43AUTOSTART = YES 43START_ON_DEMAND = YES
44WORKBITS = 1 44WORKBITS = 1
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index b4164077f..64dc243e0 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -33,9 +33,9 @@ EXTERNAL_ADDRESS = 127.0.0.1
33USE_LOCALADDR = NO 33USE_LOCALADDR = NO
34 34
35[dht] 35[dht]
36AUTOSTART = YES 36START_ON_DEMAND = YES
37FORCESTART = YES 37FORCESTART = YES
38 38
39[nse] 39[nse]
40AUTOSTART = YES 40START_ON_DEMAND = YES
41WORKBITS = 1 41WORKBITS = 1
diff --git a/src/dht/test_dht_line.conf b/src/dht/test_dht_line.conf
index 5368b0baf..8e48b1165 100644
--- a/src/dht/test_dht_line.conf
+++ b/src/dht/test_dht_line.conf
@@ -4,7 +4,7 @@
4GNUNET_TEST_HOME = $GNUNET_TMP/test_dht_line/ 4GNUNET_TEST_HOME = $GNUNET_TMP/test_dht_line/
5 5
6[dht] 6[dht]
7AUTOSTART = YES 7START_ON_DEMAND = YES
8FORCESTART = YES 8FORCESTART = YES
9 9
10[dhtcache] 10[dhtcache]
@@ -32,7 +32,7 @@ OVERLAY_TOPOLOGY = LINE
32plugins = unix 32plugins = unix
33 33
34[nse] 34[nse]
35AUTOSTART = YES 35START_ON_DEMAND = YES
36WORKDELAY = 500 ms 36WORKDELAY = 500 ms
37INTERVAL = 60 s 37INTERVAL = 60 s
38WORKBITS = 0 38WORKBITS = 0
diff --git a/src/dht/test_dht_monitor.conf b/src/dht/test_dht_monitor.conf
index c0d457e89..26052555e 100644
--- a/src/dht/test_dht_monitor.conf
+++ b/src/dht/test_dht_monitor.conf
@@ -31,9 +31,9 @@ RETURN_LOCAL_ADDRESSES = YES
31 31
32 32
33[dht] 33[dht]
34AUTOSTART = YES 34START_ON_DEMAND = YES
35FORCESTART = YES 35FORCESTART = YES
36 36
37[nse] 37[nse]
38AUTOSTART = YES 38START_ON_DEMAND = YES
39WORKBITS = 1 39WORKBITS = 1
diff --git a/src/dht/test_dht_multipeer.conf b/src/dht/test_dht_multipeer.conf
index 4296d783e..725373900 100644
--- a/src/dht/test_dht_multipeer.conf
+++ b/src/dht/test_dht_multipeer.conf
@@ -2,7 +2,7 @@
2@INLINE@ ../../contrib/conf/gnunet/no_autostart_above_core.conf 2@INLINE@ ../../contrib/conf/gnunet/no_autostart_above_core.conf
3 3
4[dht] 4[dht]
5AUTOSTART = YES 5START_ON_DEMAND = YES
6FORCESTART = YES 6FORCESTART = YES
7 7
8[dhtcache] 8[dhtcache]
@@ -34,7 +34,7 @@ EXTERNAL_ADDRESS = 127.0.0.1
34USE_LOCALADDR = YES 34USE_LOCALADDR = YES
35 35
36[nse] 36[nse]
37AUTOSTART = YES 37START_ON_DEMAND = YES
38WORKDELAY = 500 ms 38WORKDELAY = 500 ms
39INTERVAL = 60 s 39INTERVAL = 60 s
40WORKBITS = 0 40WORKBITS = 0
diff --git a/src/dht/test_dht_tools.conf b/src/dht/test_dht_tools.conf
index 46d206448..f13c9a66a 100644
--- a/src/dht/test_dht_tools.conf
+++ b/src/dht/test_dht_tools.conf
@@ -30,93 +30,93 @@ EXTERNAL_ADDRESS = 127.0.0.1
30USE_LOCALADDR = NO 30USE_LOCALADDR = NO
31 31
32[dht] 32[dht]
33AUTOSTART = YES 33START_ON_DEMAND = YES
34FORCESTART = YES 34FORCESTART = YES
35 35
36[nse] 36[nse]
37AUTOSTART = YES 37START_ON_DEMAND = YES
38WORKBITS = 1 38WORKBITS = 1
39# Configuration to disable autostarting of 39# Configuration to disable autostarting of
40# all services above the 'core' level. 40# all services above the 'core' level.
41# (including resolver) 41# (including resolver)
42 42
43[dns] 43[dns]
44AUTOSTART = NO 44START_ON_DEMAND = NO
45 45
46[cadet] 46[cadet]
47AUTOSTART = NO 47START_ON_DEMAND = NO
48 48
49[datastore] 49[datastore]
50AUTOSTART = NO 50START_ON_DEMAND = NO
51 51
52[fs] 52[fs]
53AUTOSTART = NO 53START_ON_DEMAND = NO
54 54
55[dv] 55[dv]
56AUTOSTART = NO 56START_ON_DEMAND = NO
57 57
58[vpn] 58[vpn]
59AUTOSTART = NO 59START_ON_DEMAND = NO
60 60
61[consensus] 61[consensus]
62AUTOSTART = NO 62START_ON_DEMAND = NO
63 63
64[resolver] 64[resolver]
65AUTOSTART = NO 65START_ON_DEMAND = NO
66 66
67[namestore] 67[namestore]
68AUTOSTART = NO 68START_ON_DEMAND = NO
69 69
70[namecache] 70[namecache]
71AUTOSTART = NO 71START_ON_DEMAND = NO
72 72
73[identity] 73[identity]
74AUTOSTART = NO 74START_ON_DEMAND = NO
75 75
76[revocation] 76[revocation]
77AUTOSTART = NO 77START_ON_DEMAND = NO
78 78
79[conversation] 79[conversation]
80AUTOSTART = NO 80START_ON_DEMAND = NO
81 81
82[peerstore] 82[peerstore]
83AUTOSTART = NO 83START_ON_DEMAND = NO
84 84
85[psycstore] 85[psycstore]
86AUTOSTART = NO 86START_ON_DEMAND = NO
87 87
88[gns] 88[gns]
89AUTOSTART = NO 89START_ON_DEMAND = NO
90 90
91[regex] 91[regex]
92AUTOSTART = NO 92START_ON_DEMAND = NO
93 93
94[set] 94[set]
95AUTOSTART = NO 95START_ON_DEMAND = NO
96 96
97[scalarproduct-bob] 97[scalarproduct-bob]
98AUTOSTART = NO 98START_ON_DEMAND = NO
99 99
100[scalarproduct-alice] 100[scalarproduct-alice]
101AUTOSTART = NO 101START_ON_DEMAND = NO
102 102
103[social] 103[social]
104AUTOSTART = NO 104START_ON_DEMAND = NO
105 105
106[psyc] 106[psyc]
107AUTOSTART = NO 107START_ON_DEMAND = NO
108 108
109[rps] 109[rps]
110AUTOSTART = NO 110START_ON_DEMAND = NO
111 111
112[multicast] 112[multicast]
113AUTOSTART = NO 113START_ON_DEMAND = NO
114 114
115[sensordashboard] 115[sensordashboard]
116AUTOSTART = NO 116START_ON_DEMAND = NO
117 117
118[sensor] 118[sensor]
119AUTOSTART = NO 119START_ON_DEMAND = NO
120# Configuration file that can be included to prevent ANY of the usual 120# Configuration file that can be included to prevent ANY of the usual
121# FORCESTART = YES to be set. Also disables NSE POW calculation. 121# FORCESTART = YES to be set. Also disables NSE POW calculation.
122# 122#
@@ -154,4 +154,4 @@ FORCESTART = NO
154FORCESTART = NO 154FORCESTART = NO
155 155
156[zonemaster] 156[zonemaster]
157FORCESTART = NO \ No newline at end of file 157FORCESTART = NO