aboutsummaryrefslogtreecommitdiff
path: root/src/nse
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/nse
parent99c6e18e63181d8759ecbb398d58019a55d3ce6f (diff)
downloadgnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.tar.gz
gnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.zip
rename FORCESTART into IMMEDIATE_START (#4547b)
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/nse.conf.in2
-rw-r--r--src/nse/nse_infiniband.conf2
-rw-r--r--src/nse/nse_profiler_test.conf2
-rw-r--r--src/nse/test_nse.conf2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/nse/nse.conf.in b/src/nse/nse.conf.in
index 7b234451c..f3bd90e42 100644
--- a/src/nse/nse.conf.in
+++ b/src/nse/nse.conf.in
@@ -1,6 +1,6 @@
1[nse] 1[nse]
2START_ON_DEMAND = @START_ON_DEMAND@ 2START_ON_DEMAND = @START_ON_DEMAND@
3FORCESTART = YES 3IMMEDIATE_START = YES
4@JAVAPORT@PORT = 2097 4@JAVAPORT@PORT = 2097
5HOSTNAME = localhost 5HOSTNAME = localhost
6BINARY = gnunet-service-nse 6BINARY = gnunet-service-nse
diff --git a/src/nse/nse_infiniband.conf b/src/nse/nse_infiniband.conf
index 816427bac..d2c97567d 100644
--- a/src/nse/nse_infiniband.conf
+++ b/src/nse/nse_infiniband.conf
@@ -14,7 +14,7 @@ SETUP_TIMEOUT = 30m
14STATS_DIR= /home/totakura/nse/test/load 14STATS_DIR= /home/totakura/nse/test/load
15 15
16[nse] 16[nse]
17FORCESTART = YES 17IMMEDIATE_START = YES
18# Overriding network settings for faster testing (do NOT use 18# Overriding network settings for faster testing (do NOT use
19# these values in production just because they are here) 19# these values in production just because they are here)
20WORKDELAY = 60 s 20WORKDELAY = 60 s
diff --git a/src/nse/nse_profiler_test.conf b/src/nse/nse_profiler_test.conf
index 4f55fe4a1..f702faae2 100644
--- a/src/nse/nse_profiler_test.conf
+++ b/src/nse/nse_profiler_test.conf
@@ -12,7 +12,7 @@ OVERLAY_RANDOM_LINKS = 1000
12OPERATION_TIMEOUT = 45 s 12OPERATION_TIMEOUT = 45 s
13 13
14[nse] 14[nse]
15FORCESTART = YES 15IMMEDIATE_START = YES
16START_ON_DEMAND = NO 16START_ON_DEMAND = NO
17# Overriding network settings for faster testing (do NOT use 17# Overriding network settings for faster testing (do NOT use
18# these values in production just because they are here) 18# these values in production just because they are here)
diff --git a/src/nse/test_nse.conf b/src/nse/test_nse.conf
index 8331c241c..22866acfa 100644
--- a/src/nse/test_nse.conf
+++ b/src/nse/test_nse.conf
@@ -3,7 +3,7 @@ GNUNET_TEST_HOME = $GNUNET_TMP/test-nse-multipeer/
3 3
4[nse] 4[nse]
5#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p 5#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
6FORCESTART = YES 6IMMEDIATE_START = YES
7PROOFFILE = $GNUNET_TEST_HOME/proof.nse 7PROOFFILE = $GNUNET_TEST_HOME/proof.nse
8# Overriding network settings for faster testing (do NOT use 8# Overriding network settings for faster testing (do NOT use
9# these values in production just because they are here) 9# these values in production just because they are here)