aboutsummaryrefslogtreecommitdiff
path: root/src/nse/nse_profiler_test.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-24 12:31:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-24 12:31:32 +0000
commita92668f2a2ab74578c3c7aee7ef9f621f1498cd4 (patch)
treea263f9e5a909327bbe045b0f1f80f5c91997ad63 /src/nse/nse_profiler_test.conf
parentce43938102711364faf74972884862dc13a0d985 (diff)
downloadgnunet-a92668f2a2ab74578c3c7aee7ef9f621f1498cd4.tar.gz
gnunet-a92668f2a2ab74578c3c7aee7ef9f621f1498cd4.zip
disable use of signatures if nse proof is disabled -- for example, this is done in testing/benchmarking
Diffstat (limited to 'src/nse/nse_profiler_test.conf')
-rw-r--r--src/nse/nse_profiler_test.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/nse/nse_profiler_test.conf b/src/nse/nse_profiler_test.conf
index 67b56e912..2f97a2c09 100644
--- a/src/nse/nse_profiler_test.conf
+++ b/src/nse/nse_profiler_test.conf
@@ -13,7 +13,7 @@ DEBUG = NO
13CONFIG = $DEFAULTCONFIG 13CONFIG = $DEFAULTCONFIG
14# Overriding network settings for faster testing (do NOT use 14# Overriding network settings for faster testing (do NOT use
15# these values in production just because they are here) 15# these values in production just because they are here)
16WORKDELAY = 10 s 16WORKDELAY = 60 s
17INTERVAL = 15 s 17INTERVAL = 15 s
18WORKBITS = 0 18WORKBITS = 0
19PROOFFILE = $SERVICEHOME/nse.proof 19PROOFFILE = $SERVICEHOME/nse.proof
@@ -70,7 +70,7 @@ PORT = 0
70plugins = unix 70plugins = unix
71 71
72[testing] 72[testing]
73NUM_PEERS = 2000 73NUM_PEERS = 1000
74WEAKRANDOM = YES 74WEAKRANDOM = YES
75TOPOLOGY = NONE 75TOPOLOGY = NONE
76CONNECT_TOPOLOGY = SMALL_WORLD_RING 76CONNECT_TOPOLOGY = SMALL_WORLD_RING
@@ -105,5 +105,6 @@ TOPOLOGY_OUTPUT_FILE = nse_topo_100_peers
105#ROUND3 = 100 105#ROUND3 = 100
106#ROUND2 = 500 106#ROUND2 = 500
107#ROUND3 = 1000 107#ROUND3 = 1000
108WAIT_TIME = 1200 s 108WAIT_TIME = 120 s
109CONNECTION_LIMIT = 10 109CONNECTION_LIMIT = 10
110