aboutsummaryrefslogtreecommitdiff
path: root/contrib/testbed_infiniband.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/testbed_infiniband.conf')
-rw-r--r--contrib/testbed_infiniband.conf37
1 files changed, 29 insertions, 8 deletions
diff --git a/contrib/testbed_infiniband.conf b/contrib/testbed_infiniband.conf
index 4166b6a29..a3b473c9d 100644
--- a/contrib/testbed_infiniband.conf
+++ b/contrib/testbed_infiniband.conf
@@ -4,7 +4,7 @@ PORT = 12113
4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
5HOSTNAME = localhost 5HOSTNAME = localhost
6MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5 6MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
7MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 90 7# LOG_FILE = /tmp/testbed.log
8#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args 8#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
9 9
10[fs] 10[fs]
@@ -15,9 +15,16 @@ AUTOSTART = NO
15 15
16[mesh] 16[mesh]
17AUTOSTART = NO 17AUTOSTART = NO
18PORT = 71
18 19
19[dht] 20[dht]
20AUTOSTART = NO 21AUTOSTART = NO
22PORT = 70
23DISABLE_TRY_CONNECT = YES
24
25[statistics]
26AUTOSTART = NO
27PORT = 72
21 28
22[block] 29[block]
23plugins = dht test 30plugins = dht test
@@ -27,29 +34,37 @@ QUOTA = 1 MB
27DATABASE = sqlite 34DATABASE = sqlite
28 35
29[transport] 36[transport]
30PLUGINS = tcp 37PLUGINS = udp
31DEBUG = NO 38DEBUG = NO
32ACCEPT_FROM6 = ::1; 39ACCEPT_FROM6 = ::1;
33ACCEPT_FROM = 127.0.0.1; 40ACCEPT_FROM = 127.0.0.1;
34NEIGHBOUR_LIMIT = 50 41NEIGHBOUR_LIMIT = 10
35PORT = 12365
36 42
37[ats] 43[ats]
38WAN_QUOTA_OUT = 3932160 44# UNSPECIFIED_QUOTA_IN = unlimited
39WAN_QUOTA_IN = 3932160 45# UNSPECIFIED_QUOTA_OUT = unlimited
46# LOOPBACK_QUOTA_IN = unlimited
47# LOOPBACK_QUOTA_OUT = unlimited
48# LAN_QUOTA_IN = unlimited
49# LAN_QUOTA_OUT = unlimited
50# WAN_QUOTA_IN = unlimited
51# WAN_QUOTA_OUT = unlimited
52# WLAN_QUOTA_IN = 1 MiB
53# WLAN_QUOTA_OUT = 1 MiB
40 54
41[core] 55[core]
42PORT = 12092 56PORT = 12092
43AUTOSTART = YES 57AUTOSTART = YES
44 58
45[arm] 59[arm]
46DEFAULTSERVICES = core 60DEFAULTSERVICES = core dht
47#PORT = 12366 61#PORT = 12366
48DEBUG = NO 62DEBUG = NO
49 63
50[transport-tcp] 64[transport-udp]
51TIMEOUT = 300 s 65TIMEOUT = 300 s
52PORT = 12368 66PORT = 12368
67BROADCAST = NO
53 68
54[TESTING] 69[TESTING]
55NUM_PEERS = 5 70NUM_PEERS = 5
@@ -77,3 +92,9 @@ AUTOSTART = NO
77 92
78[nat] 93[nat]
79RETURN_LOCAL_ADDRESSES = YES 94RETURN_LOCAL_ADDRESSES = YES
95
96[gns]
97AUTOSTART = NO
98
99[peerinfo]
100NO_IO = YES