aboutsummaryrefslogtreecommitdiff
path: root/src/nse/test_nse.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-24 11:43:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-24 11:43:32 +0000
commit8cfd6503c9292c8fb2d5b4a6ee00193645bd86d4 (patch)
tree192971a5f3bd0290d727400bf0a0674f94ea7896 /src/nse/test_nse.conf
parent7f935fa396f06a7b2bfa02549ff833316c7c9022 (diff)
downloadgnunet-8cfd6503c9292c8fb2d5b4a6ee00193645bd86d4.tar.gz
gnunet-8cfd6503c9292c8fb2d5b4a6ee00193645bd86d4.zip
move to config instead of hard-coding for testing
Diffstat (limited to 'src/nse/test_nse.conf')
-rw-r--r--src/nse/test_nse.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/nse/test_nse.conf b/src/nse/test_nse.conf
index ee3c208a2..35adc0cad 100644
--- a/src/nse/test_nse.conf
+++ b/src/nse/test_nse.conf
@@ -12,6 +12,14 @@ AUTOSTART = YES
12DEBUG = YES 12DEBUG = YES
13CONFIG = $DEFAULTCONFIG 13CONFIG = $DEFAULTCONFIG
14 14
15# Overriding network settings for faster testing (do NOT use
16# these values in production just because they are here)
17WORKDELAY = 1
18INTERVAL = 15000
19WORKBITS = 8
20
21
22
15[arm] 23[arm]
16PORT = 22354 24PORT = 22354
17DEFAULTSERVICES = nse core 25DEFAULTSERVICES = nse core
@@ -49,7 +57,7 @@ EXTERNAL_ADDRESS = 127.0.0.1
49AUTOSTART = NO 57AUTOSTART = NO
50 58
51[testing] 59[testing]
52NUM_PEERS = 100 60NUM_PEERS = 10
53WEAKRANDOM = YES 61WEAKRANDOM = YES
54TOPOLOGY = NONE 62TOPOLOGY = NONE
55CONNECT_TOPOLOGY = SMALL_WORLD_RING 63CONNECT_TOPOLOGY = SMALL_WORLD_RING