aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-09 15:43:38 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-09 15:43:38 +0000
commitb8da3c73ba128d8013faf5b9e991a9e69b03c386 (patch)
treea2cd42e4e8e2b3f9092541cfa93505c2f5e24780 /src/nse
parent2c3ba0f6b9e3104be83fa485091ebb077c1aebbf (diff)
downloadgnunet-b8da3c73ba128d8013faf5b9e991a9e69b03c386.tar.gz
gnunet-b8da3c73ba128d8013faf5b9e991a9e69b03c386.zip
-updating config files
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/nse_profiler_test.conf4
-rw-r--r--src/nse/test_nse.conf4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/nse/nse_profiler_test.conf b/src/nse/nse_profiler_test.conf
index 3a3217dbc..49f749fda 100644
--- a/src/nse/nse_profiler_test.conf
+++ b/src/nse/nse_profiler_test.conf
@@ -104,8 +104,10 @@ AUTOSTART = NO
104AUTOSTART = NO 104AUTOSTART = NO
105 105
106[testing] 106[testing]
107NUM_PEERS = 2000
108WEAKRANDOM = YES 107WEAKRANDOM = YES
108
109[testing_old]
110NUM_PEERS = 2000
109TOPOLOGY = NONE 111TOPOLOGY = NONE
110#CONNECT_TOPOLOGY = SMALL_WORLD_RING 112#CONNECT_TOPOLOGY = SMALL_WORLD_RING
111CONNECT_TOPOLOGY = ERDOS_RENYI 113CONNECT_TOPOLOGY = ERDOS_RENYI
diff --git a/src/nse/test_nse.conf b/src/nse/test_nse.conf
index 48944c119..4508e9ca7 100644
--- a/src/nse/test_nse.conf
+++ b/src/nse/test_nse.conf
@@ -58,8 +58,10 @@ EXTERNAL_ADDRESS = 127.0.0.1
58AUTOSTART = NO 58AUTOSTART = NO
59 59
60[testing] 60[testing]
61NUM_PEERS = 10
62WEAKRANDOM = YES 61WEAKRANDOM = YES
62
63[testing_old]
64NUM_PEERS = 10
63TOPOLOGY = NONE 65TOPOLOGY = NONE
64CONNECT_TOPOLOGY = SMALL_WORLD_RING 66CONNECT_TOPOLOGY = SMALL_WORLD_RING
65PERCENTAGE = 3 67PERCENTAGE = 3