aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_line.conf
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-02-07 17:14:09 +0000
committerBart Polot <bart@net.in.tum.de>2012-02-07 17:14:09 +0000
commit84911487a06ec47e58c8b02e1b617805e20613e9 (patch)
tree701eecc098df7e1f2a6fb989e89146a10abe90df /src/dht/test_dht_line.conf
parent7d974214075599fdf8b48940b764e8f9b41f9ae4 (diff)
downloadgnunet-84911487a06ec47e58c8b02e1b617805e20613e9.tar.gz
gnunet-84911487a06ec47e58c8b02e1b617805e20613e9.zip
- Updated testcase to test for line as well as 2d torus with common code
Diffstat (limited to 'src/dht/test_dht_line.conf')
-rw-r--r--src/dht/test_dht_line.conf87
1 files changed, 87 insertions, 0 deletions
diff --git a/src/dht/test_dht_line.conf b/src/dht/test_dht_line.conf
new file mode 100644
index 000000000..8bcb12c73
--- /dev/null
+++ b/src/dht/test_dht_line.conf
@@ -0,0 +1,87 @@
1[PATHS]
2SERVICEHOME = /tmp/test_dht_topo/
3DEFAULTCONFIG = test_dht_line.conf
4
5[arm]
6PORT = 10010
7DEFAULTSERVICES = core dht
8#DEBUG = YES
9
10[statistics]
11AUTOSTART = YES
12PORT = 10000
13
14[dht]
15DEBUG = NO
16AUTOSTART = YES
17ACCEPT_FROM6 = ::1;
18ACCEPT_FROM = 127.0.0.1;
19HOSTNAME = localhost
20PORT = 10001
21
22[dns]
23AUTOSTART = NO
24PORT = 10011
25
26[transport]
27PORT = 10002
28AUTOSTART = YES
29
30[nat]
31DISABLEV6 = YES
32BINDTO = 127.0.0.1
33ENABLE_UPNP = NO
34BEHIND_NAT = NO
35ALLOW_NAT = NO
36INTERNAL_ADDRESS = 127.0.0.1
37EXTERNAL_ADDRESS = 127.0.0.1
38
39[ats]
40WAN_QUOTA_IN = 1 GB
41WAN_QUOTA_OUT = 1 GB
42
43[core]
44AUTOSTART = YES
45PORT = 10003
46
47[peerinfo]
48AUTOSTART = YES
49PORT = 10004
50
51[testing]
52NUM_PEERS = 5
53WEAKRANDOM = YES
54TOPOLOGY = NONE
55CONNECT_TOPOLOGY = LINE
56BLACKLIST_TOPOLOGY = LINE
57#TOPOLOGY_FILE = small.dat
58#CONNECT_TOPOLOGY = ERDOS_RENYI
59#CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
60#CONNECT_TOPOLOGY_OPTION_MODIFIER = 25
61#PERCENTAGE = 3
62#PROBABILITY = .1
63F2F = NO
64CONNECT_TIMEOUT = 60 s
65CONNECT_ATTEMPTS = 3
66DEBUG = YES
67HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
68MAX_CONCURRENT_SSH = 10
69USE_PROGRESSBARS = YES
70PEERGROUP_TIMEOUT = 2400 s
71TOPOLOGY_OUTPUT_FILE = line_topo_initial
72MAX_OUTSTANDING_CONNECTIONS = 75
73#SINGLE_PEERINFO_PER_HOST = YES
74#NUM_PEERINFO_PER_HOST = 10
75#SINGLE_STATISTICS_PER_HOST = YES
76#NUM_STATISTICS_PER_HOST = 10
77DELETE_FILES = YES
78
79[test_dht_topo]
80CONNECTION_LIMIT = 5
81#DATA_OUTPUT_FILE=data_output
82
83
84[nse]
85WORKDELAY = 500 ms
86INTERVAL = 60 s
87WORKBITS = 0