aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_template.conf
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:05 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commite73402fc3a6f233b48330435f61ccd93722ac0e5 (patch)
treec63db5153cca3e3aeda01a18a2bad5785b02ecb3 /src/testbed/test_testbed_api_template.conf
parent99c6e18e63181d8759ecbb398d58019a55d3ce6f (diff)
downloadgnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.tar.gz
gnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.zip
rename FORCESTART into IMMEDIATE_START (#4547b)
Diffstat (limited to 'src/testbed/test_testbed_api_template.conf')
-rw-r--r--src/testbed/test_testbed_api_template.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/test_testbed_api_template.conf b/src/testbed/test_testbed_api_template.conf
index d893ba143..381c1bd85 100644
--- a/src/testbed/test_testbed_api_template.conf
+++ b/src/testbed/test_testbed_api_template.conf
@@ -18,7 +18,7 @@ PLUGINS = udp
18ACCEPT_FROM6 = ::1; 18ACCEPT_FROM6 = ::1;
19ACCEPT_FROM = 127.0.0.1; 19ACCEPT_FROM = 127.0.0.1;
20NEIGHBOUR_LIMIT = 50 20NEIGHBOUR_LIMIT = 50
21FORCESTART = YES 21IMMEDIATE_START = YES
22 22
23# Transport requires resolver when connecting to a peer, so enable it 23# Transport requires resolver when connecting to a peer, so enable it
24[resolver] 24[resolver]
@@ -30,7 +30,7 @@ WAN_QUOTA_IN = 3932160
30 30
31[core] 31[core]
32USE_EPHEMERAL_KEYS = NO 32USE_EPHEMERAL_KEYS = NO
33FORCESTART = YES 33IMMEDIATE_START = YES
34 34
35[transport-udp] 35[transport-udp]
36TIMEOUT = 300 s 36TIMEOUT = 300 s