aboutsummaryrefslogtreecommitdiff
path: root/src/nse/nse_profiler_test.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/nse/nse_profiler_test.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/nse/nse_profiler_test.conf')
-rw-r--r--src/nse/nse_profiler_test.conf56
1 files changed, 1 insertions, 55 deletions
diff --git a/src/nse/nse_profiler_test.conf b/src/nse/nse_profiler_test.conf
index 26bcda520..b118132d1 100644
--- a/src/nse/nse_profiler_test.conf
+++ b/src/nse/nse_profiler_test.conf
@@ -12,11 +12,7 @@ OVERLAY_RANDOM_LINKS = 1000
12OPERATION_TIMEOUT = 45 s 12OPERATION_TIMEOUT = 45 s
13 13
14[nse] 14[nse]
15PORT = 12114 15FORCESTART = YES
16UNIXPATH = $GNUNET_RUNTIME_DIR/test-nse-service-nse.unix
17BINARY = gnunet-service-nse
18#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
19#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
20AUTOSTART = NO 16AUTOSTART = NO
21# Overriding network settings for faster testing (do NOT use 17# Overriding network settings for faster testing (do NOT use
22# these values in production just because they are here) 18# these values in production just because they are here)
@@ -25,23 +21,6 @@ INTERVAL = 10 s
25WORKBITS = 0 21WORKBITS = 0
26PROOFFILE = $GNUNET_TEST_HOME/nse.proof 22PROOFFILE = $GNUNET_TEST_HOME/nse.proof
27 23
28[arm]
29DEFAULTSERVICES = core nse
30UNIXPATH = $GNUNET_RUNTIME_DIR/test-nse-service-arm.unix
31
32[statistics]
33AUTOSTART = YES
34PORT = 12115
35
36[fs]
37AUTOSTART = NO
38
39[datastore]
40AUTOSTART = NO
41
42[dht]
43AUTOSTART = NO
44
45[nat] 24[nat]
46DISABLEV6 = YES 25DISABLEV6 = YES
47BINDTO = 127.0.0.1 26BINDTO = 127.0.0.1
@@ -54,39 +33,6 @@ EXTERNAL_ADDRESS = 127.0.0.1
54[transport] 33[transport]
55plugins = udp 34plugins = udp
56 35
57[transport-udp]
58PORT = 12116
59
60[core]
61AUTOSTART = YES
62
63[peerinfo]
64AUTOSTART = YES
65
66[dns]
67AUTOSTART = NO
68
69[topology]
70AUTOSTART = NO
71
72[dv]
73AUTOSTART = NO
74
75[resolver]
76AUTOSTART = YES
77
78[cadet]
79AUTOSTART = NO
80
81[chat]
82AUTOSTART = NO
83
84[gns]
85AUTOSTART = NO
86
87[vpn]
88AUTOSTART = NO
89
90[nse-profiler] 36[nse-profiler]
91OUTPUT_FILE = nse_output_2000_peers.dat 37OUTPUT_FILE = nse_output_2000_peers.dat
92TOPOLOGY_OUTPUT_FILE = nse_topo_2000_peers 38TOPOLOGY_OUTPUT_FILE = nse_topo_2000_peers