aboutsummaryrefslogtreecommitdiff
path: root/src/nse/nse_profiler_test.conf
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-07-21 16:20:03 +0000
committerNathan S. Evans <evans@in.tum.de>2011-07-21 16:20:03 +0000
commit4c7df886253bc4b5ee13555ae578c93d538cb587 (patch)
treed30537718432ecd4295736ee4f1c8889befd8355 /src/nse/nse_profiler_test.conf
parent6249d417c793ffce4415d0f05cee153da86b9ea8 (diff)
downloadgnunet-4c7df886253bc4b5ee13555ae578c93d538cb587.tar.gz
gnunet-4c7df886253bc4b5ee13555ae578c93d538cb587.zip
nse changes
Diffstat (limited to 'src/nse/nse_profiler_test.conf')
-rw-r--r--src/nse/nse_profiler_test.conf32
1 files changed, 18 insertions, 14 deletions
diff --git a/src/nse/nse_profiler_test.conf b/src/nse/nse_profiler_test.conf
index 5e05cf422..7da26b232 100644
--- a/src/nse/nse_profiler_test.conf
+++ b/src/nse/nse_profiler_test.conf
@@ -14,7 +14,7 @@ CONFIG = $DEFAULTCONFIG
14 14
15[arm] 15[arm]
16PORT = 0 16PORT = 0
17DEFAULTSERVICES = nse core topology 17DEFAULTSERVICES = core
18UNIXPATH = /tmp/test-nse-service-arm.unix 18UNIXPATH = /tmp/test-nse-service-arm.unix
19#DEBUG = YES 19#DEBUG = YES
20 20
@@ -36,6 +36,7 @@ AUTOSTART = YES
36 36
37[transport-unix] 37[transport-unix]
38PORT = 11111 38PORT = 11111
39
39[core] 40[core]
40AUTOSTART = YES 41AUTOSTART = YES
41 42
@@ -47,6 +48,7 @@ AUTOSTART = NO
47 48
48[topology] 49[topology]
49PORT = 0 50PORT = 0
51AUTOSTART = NO
50 52
51[transport] 53[transport]
52PORT = 0 54PORT = 0
@@ -57,25 +59,27 @@ NUM_PEERS = 1000
57WEAKRANDOM = YES 59WEAKRANDOM = YES
58TOPOLOGY = NONE 60TOPOLOGY = NONE
59CONNECT_TOPOLOGY = SMALL_WORLD_RING 61CONNECT_TOPOLOGY = SMALL_WORLD_RING
60PERCENTAGE = 5 62PERCENTAGE = 4
61F2F = NO 63F2F = NO
62CONNECT_TIMEOUT = 60 64CONNECT_TIMEOUT = 60
63CONNECT_ATTEMPTS = 3 65CONNECT_ATTEMPTS = 3
64#DEBUG = YES 66#DEBUG = YES
65HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat 67HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
66MAX_CONCURRENT_SSH = 1 68MAX_CONCURRENT_SSH = 20
67USE_PROGRESSBARS = YES 69USE_PROGRESSBARS = YES
68PEERGROUP_TIMEOUT = 1000 70PEERGROUP_TIMEOUT = 1000
69MAX_OUTSTANDING_CONNECTIONS = 20 71TOPOLOGY_OUTPUT_FILE = nse_topo_1000_peers_initial
72MAX_OUTSTANDING_CONNECTIONS = 200
73#SINGLE_PEERINFO_PER_HOST = YES
74#NUM_PEERINFO_PER_HOST = 10
75#SINGLE_STATISTICS_PER_HOST = YES
76#NUM_STATISTICS_PER_HOST = 10
70 77
71[nse-profiler] 78[nse-profiler]
72OUTPUT_FILE = nse_output_1000_peers.dat 79#OUTPUT_FILE = nse_output_1000_peers.dat
73ROUND0 = 1000 80#TOPOLOGY_OUTPUT_FILE = nse_topo_1000_peers
74ROUND1 = 750 81#ROUND0 = 75
75ROUND2 = 500 82#ROUND1 = 750
76ROUND3 = 1000 83#ROUND2 = 500
77WAIT_TIME = 800 84#ROUND3 = 1000
78 85WAIT_TIME = 7200
79
80
81