aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_line.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_line.conf')
-rw-r--r--src/dht/test_dht_line.conf67
1 files changed, 6 insertions, 61 deletions
diff --git a/src/dht/test_dht_line.conf b/src/dht/test_dht_line.conf
index 12c682d2d..e2bb54f1b 100644
--- a/src/dht/test_dht_line.conf
+++ b/src/dht/test_dht_line.conf
@@ -1,34 +1,15 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/test_dht_topo/ 2SERVICEHOME = /tmp/test_dht_line/
3 3
4[arm] 4[arm]
5PORT = 10010
6DEFAULTSERVICES = core dht 5DEFAULTSERVICES = core dht
7#DEBUG = YES
8
9[statistics]
10AUTOSTART = YES
11PORT = 10000
12
13[dht]
14DEBUG = NO
15AUTOSTART = YES
16ACCEPT_FROM6 = ::1;
17ACCEPT_FROM = 127.0.0.1;
18HOSTNAME = localhost
19PORT = 10001
20 6
21[dns] 7[dns]
22AUTOSTART = NO 8AUTOSTART = NO
23PORT = 10011
24
25[transport]
26PORT = 10002
27AUTOSTART = YES
28 9
29[nat] 10[nat]
30DISABLEV6 = YES 11DISABLEV6 = YES
31BINDTO = 127.0.0.1 12RETURN_LOCAL_ADDRESSES = YES
32ENABLE_UPNP = NO 13ENABLE_UPNP = NO
33BEHIND_NAT = NO 14BEHIND_NAT = NO
34ALLOW_NAT = NO 15ALLOW_NAT = NO
@@ -39,48 +20,11 @@ EXTERNAL_ADDRESS = 127.0.0.1
39WAN_QUOTA_IN = 1 GB 20WAN_QUOTA_IN = 1 GB
40WAN_QUOTA_OUT = 1 GB 21WAN_QUOTA_OUT = 1 GB
41 22
42[core]
43AUTOSTART = YES
44PORT = 10003
45
46[peerinfo]
47AUTOSTART = YES
48PORT = 10004
49
50[testing] 23[testing]
51WEAKRANDOM = YES 24WEAKRANDOM = YES
52 25
53[testing_old] 26[testbed]
54NUM_PEERS = 5 27OVERLAY_TOPOLOGY = LINE
55TOPOLOGY = NONE
56CONNECT_TOPOLOGY = LINE
57BLACKLIST_TOPOLOGY = LINE
58BLACKLIST_TRANSPORTS = tcp udp http unix
59#TOPOLOGY_FILE = small.dat
60#CONNECT_TOPOLOGY = ERDOS_RENYI
61#CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
62#CONNECT_TOPOLOGY_OPTION_MODIFIER = 25
63#PERCENTAGE = 3
64#PROBABILITY = .1
65F2F = NO
66CONNECT_TIMEOUT = 60 s
67CONNECT_ATTEMPTS = 3
68DEBUG = YES
69HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
70MAX_CONCURRENT_SSH = 10
71USE_PROGRESSBARS = YES
72PEERGROUP_TIMEOUT = 2400 s
73TOPOLOGY_OUTPUT_FILE = line_topo_initial
74MAX_OUTSTANDING_CONNECTIONS = 75
75#SINGLE_PEERINFO_PER_HOST = YES
76#NUM_PEERINFO_PER_HOST = 10
77#SINGLE_STATISTICS_PER_HOST = YES
78#NUM_STATISTICS_PER_HOST = 10
79DELETE_FILES = YES
80
81[test_dht_topo]
82CONNECTION_LIMIT = 5
83#DATA_OUTPUT_FILE=data_output
84 28
85[namestore] 29[namestore]
86AUTOSTART = NO 30AUTOSTART = NO
@@ -89,7 +33,8 @@ AUTOSTART = NO
89WORKDELAY = 500 ms 33WORKDELAY = 500 ms
90INTERVAL = 60 s 34INTERVAL = 60 s
91WORKBITS = 0 35WORKBITS = 0
36
92[vpn] 37[vpn]
93AUTOSTART=NO 38AUTOSTART = NO
94 39
95 40