diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2013-07-22 08:26:16 -0500 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2013-08-01 08:12:45 -0500 |
commit | 000ad0090a0b4eb9889f4c45d35d4d7af2dbbe27 (patch) | |
tree | dda00bef19b649c154ba6a2b37f0f73fa1697c30 /src/nse/nse_profiler_test.conf | |
parent | 0f8d8bc0c5c09246d647d233767cf3437c6e8bcd (diff) |
Imported Upstream version 0.9.5a
Diffstat (limited to 'src/nse/nse_profiler_test.conf')
-rw-r--r-- | src/nse/nse_profiler_test.conf | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/nse/nse_profiler_test.conf b/src/nse/nse_profiler_test.conf index 3a3217d..398eb27 100644 --- a/src/nse/nse_profiler_test.conf +++ b/src/nse/nse_profiler_test.conf @@ -1,6 +1,5 @@ [PATHS] SERVICEHOME = /tmp/nse-profiler/ -DEFAULTCONFIG = nse_profiler_test.conf [nse] PORT = 0 @@ -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 = NO -DEBUG = YES -CONFIG = $DEFAULTCONFIG # Overriding network settings for faster testing (do NOT use # these values in production just because they are here) WORKDELAY = 60 s @@ -22,7 +19,6 @@ PROOFFILE = $SERVICEHOME/nse.proof PORT = 0 DEFAULTSERVICES = core UNIXPATH = /tmp/test-nse-service-arm.unix -#DEBUG = YES [statistics] AUTOSTART = YES @@ -104,8 +100,10 @@ AUTOSTART = NO AUTOSTART = NO [testing] -NUM_PEERS = 2000 WEAKRANDOM = YES + +[testing_old] +NUM_PEERS = 2000 TOPOLOGY = NONE #CONNECT_TOPOLOGY = SMALL_WORLD_RING CONNECT_TOPOLOGY = ERDOS_RENYI @@ -116,7 +114,6 @@ PROBABILITY = .1 F2F = NO CONNECT_TIMEOUT = 360 s CONNECT_ATTEMPTS = 3 -DEBUG = YES #HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat HOSTKEYSFILE = hostkeys.dat MAX_CONCURRENT_SSH = 20 |