aboutsummaryrefslogtreecommitdiff
path: root/contrib/testbed_configs/regex_profiler_infiniband.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/testbed_configs/regex_profiler_infiniband.conf')
-rw-r--r--contrib/testbed_configs/regex_profiler_infiniband.conf24
1 files changed, 12 insertions, 12 deletions
diff --git a/contrib/testbed_configs/regex_profiler_infiniband.conf b/contrib/testbed_configs/regex_profiler_infiniband.conf
index 206423011..2a748ac51 100644
--- a/contrib/testbed_configs/regex_profiler_infiniband.conf
+++ b/contrib/testbed_configs/regex_profiler_infiniband.conf
@@ -1,5 +1,5 @@
1[testbed] 1[testbed]
2AUTOSTART = NO 2START_ON_DEMAND = NO
3PORT = 11999 3PORT = 11999
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
@@ -13,7 +13,7 @@ BINARY = /home/szengel/gnunet/src/cadet/.libs/gnunet-daemon-regexprofiler
13REGEX_PREFIX = "GNVPN-0001-PAD" 13REGEX_PREFIX = "GNVPN-0001-PAD"
14 14
15[cadet] 15[cadet]
16AUTOSTART = YES 16START_ON_DEMAND = YES
17ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 17ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
18APP_ANNOUNCE_TIME = 240 s 18APP_ANNOUNCE_TIME = 240 s
19ID_ANNOUNCE_TIME = 120 m 19ID_ANNOUNCE_TIME = 120 m
@@ -22,7 +22,7 @@ PORT = 12001
22DHT_REPLICATION_LEVEL = 3 22DHT_REPLICATION_LEVEL = 3
23 23
24[dht] 24[dht]
25AUTOSTART = YES 25START_ON_DEMAND = YES
26ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 26ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
27HOSTNAME = localhost 27HOSTNAME = localhost
28# Do not allow DHT to create extra connections, beyond those testbed created 28# Do not allow DHT to create extra connections, beyond those testbed created
@@ -41,14 +41,14 @@ DISABLE_BF = YES
41IN_MEMORY = YES 41IN_MEMORY = YES
42 42
43[fs] 43[fs]
44AUTOSTART = NO 44START_ON_DEMAND = NO
45 45
46[resolver] 46[resolver]
47AUTOSTART = NO 47START_ON_DEMAND = NO
48HOSTNAME = localhost 48HOSTNAME = localhost
49 49
50[transport] 50[transport]
51AUTOSTART = YES 51START_ON_DEMAND = YES
52PLUGINS = tcp 52PLUGINS = tcp
53ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 53ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
54ACCEPT_FROM6 = ::1; 54ACCEPT_FROM6 = ::1;
@@ -60,7 +60,7 @@ WAN_QUOTA_OUT = 3932160
60WAN_QUOTA_IN = 3932160 60WAN_QUOTA_IN = 3932160
61 61
62[core] 62[core]
63AUTOSTART = YES 63START_ON_DEMAND = YES
64 64
65[transport-tcp] 65[transport-tcp]
66TIMEOUT = 300 s 66TIMEOUT = 300 s
@@ -74,7 +74,7 @@ ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
74 74
75[statistics] 75[statistics]
76PORT = 12008 76PORT = 12008
77AUTOSTART = YES 77START_ON_DEMAND = YES
78ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 78ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
79DISABLE = NO 79DISABLE = NO
80 80
@@ -86,18 +86,18 @@ USE_PROGRESSBARS = YES
86PEERGROUP_TIMEOUT = 2400 s 86PEERGROUP_TIMEOUT = 2400 s
87 87
88[PATHS] 88[PATHS]
89SERVICEHOME = /tmp/perf-regex/ 89SERVICEHOME = $GNUNET_TMP/perf-regex/
90 90
91[dns] 91[dns]
92AUTOSTART = NO 92START_ON_DEMAND = NO
93 93
94[nse] 94[nse]
95AUTOSTART = YES 95START_ON_DEMAND = YES
96# Minimize proof-of-work CPU consumption by NSE 96# Minimize proof-of-work CPU consumption by NSE
97WORKBITS = 1 97WORKBITS = 1
98 98
99[vpn] 99[vpn]
100AUTOSTART = NO 100START_ON_DEMAND = NO
101 101
102[nat] 102[nat]
103# Allow running on systems with only loopback? 103# Allow running on systems with only loopback?