aboutsummaryrefslogtreecommitdiff
path: root/src/rps/test_rps.conf
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2014-12-27 12:32:05 +0000
committerJulius Bünger <buenger@mytum.de>2014-12-27 12:32:05 +0000
commit542636ce6251bf14a0c5bd28551b7dd8244fffe6 (patch)
tree28881fa6d4aedb836d453d95757f3220f0f951d2 /src/rps/test_rps.conf
parent5cf128ef0009bdd2ba2210d364c23e8a34dc2a03 (diff)
downloadgnunet-542636ce6251bf14a0c5bd28551b7dd8244fffe6.tar.gz
gnunet-542636ce6251bf14a0c5bd28551b7dd8244fffe6.zip
make the test run without internet connection
Diffstat (limited to 'src/rps/test_rps.conf')
-rw-r--r--src/rps/test_rps.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf
index 3fe601ede..9e7f61918 100644
--- a/src/rps/test_rps.conf
+++ b/src/rps/test_rps.conf
@@ -18,8 +18,11 @@ ROUNDINTERVAL = 10 s
18INITSIZE = 4 18INITSIZE = 4
19 19
20ALPHA = 0.45 20ALPHA = 0.45
21BETA = 0.45
21 22
22[testbed] 23[testbed]
24HOSTNAME = localhost
25
23OPERATION_TIMEOUT = 60 s 26OPERATION_TIMEOUT = 60 s
24 27
25MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1 28MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
@@ -30,6 +33,13 @@ OVERLAY_RANDOM_LINKS = 5
30 33
31SETUP_TIMEOUT = 2 m 34SETUP_TIMEOUT = 2 m
32 35
33
34[nse] 36[nse]
35WORKBITS = 0 37WORKBITS = 0
38
39[nat]
40# Use addresses from the local network interfaces (inluding loopback, but also others)
41USE_LOCALADDR = YES
42
43# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
44RETURN_LOCAL_ADDRESSES = YES
45