aboutsummaryrefslogtreecommitdiff
path: root/src/nse/test_nse.conf
diff options
context:
space:
mode:
authorBertrand Marc <beberking@gmail.com>2013-08-03 13:07:32 +0200
committerBertrand Marc <beberking@gmail.com>2013-08-03 13:07:32 +0200
commit1ae32bc989973c2e8909c3b085d34b2454f92d1e (patch)
treedfde89b41437def7ce23af24db53a11a9b5f1075 /src/nse/test_nse.conf
parent740b30688bd745a527f96f9116c19acb3480971a (diff)
Imported Upstream version 0.9.5a
Diffstat (limited to 'src/nse/test_nse.conf')
-rw-r--r--src/nse/test_nse.conf13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/nse/test_nse.conf b/src/nse/test_nse.conf
index 48944c1..5652fa4 100644
--- a/src/nse/test_nse.conf
+++ b/src/nse/test_nse.conf
@@ -1,6 +1,5 @@
[PATHS]
SERVICEHOME = /tmp/test-nse-multipeer/
-DEFAULTCONFIG = test_nse.conf
[nse]
PORT = 22353
@@ -9,8 +8,6 @@ BINARY = gnunet-service-nse
#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
AUTOSTART = YES
-DEBUG = NO
-CONFIG = $DEFAULTCONFIG
PROOFFILE = $SERVICEHOME/proof.nse
# Overriding network settings for faster testing (do NOT use
# these values in production just because they are here)
@@ -25,7 +22,6 @@ HISTOGRAM = $SERVICEHOME/nse-histogram
PORT = 22354
DEFAULTSERVICES = nse core
UNIXPATH = /tmp/test-nse-service-arm.unix
-#DEBUG = YES
[fs]
AUTOSTART = NO
@@ -58,16 +54,17 @@ EXTERNAL_ADDRESS = 127.0.0.1
AUTOSTART = NO
[testing]
-NUM_PEERS = 10
WEAKRANDOM = YES
+
+[testing_old]
+NUM_PEERS = 10
TOPOLOGY = NONE
CONNECT_TOPOLOGY = SMALL_WORLD_RING
PERCENTAGE = 3
F2F = NO
CONNECT_TIMEOUT = 60 s
CONNECT_ATTEMPTS = 3
-#DEBUG = YES
-HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
+HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
MAX_CONCURRENT_SSH = 20
USE_PROGRESSBARS = YES
PEERGROUP_TIMEOUT = 1000 s
@@ -75,3 +72,5 @@ PEERGROUP_TIMEOUT = 1000 s
DELETE_FILES = NO
+[consensus]
+AUTOSTART = NO