aboutsummaryrefslogtreecommitdiff
path: root/contrib/regex_profiler_infiniband.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/regex_profiler_infiniband.conf')
-rw-r--r--contrib/regex_profiler_infiniband.conf18
1 files changed, 10 insertions, 8 deletions
diff --git a/contrib/regex_profiler_infiniband.conf b/contrib/regex_profiler_infiniband.conf
index ad0ae4090..556aeccfb 100644
--- a/contrib/regex_profiler_infiniband.conf
+++ b/contrib/regex_profiler_infiniband.conf
@@ -3,20 +3,21 @@ AUTOSTART = 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
6MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 10 6MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 20
7MAX_PARALLEL_OPERATIONS = 1000 7MAX_PARALLEL_OPERATIONS = 1000
8MAX_PARALLEL_SERVICE_CONNECTIONS = 1000 8MAX_PARALLEL_SERVICE_CONNECTIONS = 1000
9MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 50 9MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 50
10 10
11[regexprofiler] 11[regexprofiler]
12BINARY = /home/szengel/gnunet/src/mesh/.libs/gnunet-service-regexprofiler 12BINARY = /home/szengel/gnunet/src/mesh/.libs/gnunet-daemon-regexprofiler
13REGEX_PREFIX = "GNVPN-0001-PAD" 13REGEX_PREFIX = "GNVPN-0001-PAD"
14ANNOUNCE_DELAY = 500 ms
14 15
15[mesh] 16[mesh]
16AUTOSTART = YES 17AUTOSTART = YES
17ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 18ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
18APP_ANNOUNCE_TIME = 30 s 19APP_ANNOUNCE_TIME = 60 s
19ID_ANNOUNCE_TIME = 30 s 20ID_ANNOUNCE_TIME = 60 s
20CONNECT_TIMEOUT = 30 s 21CONNECT_TIMEOUT = 30 s
21PORT = 12001 22PORT = 12001
22DHT_REPLICATION_LEVEL = 10 23DHT_REPLICATION_LEVEL = 10
@@ -26,11 +27,11 @@ AUTOSTART = YES
26ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 27ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
27#PORT = 12002 28#PORT = 12002
28HOSTNAME = localhost 29HOSTNAME = localhost
29DISABLE_TRY_CONNECT = YES 30DISABLE_TRY_CONNECT = NO
30 31
31[dhtcache] 32[dhtcache]
32DATABASE = sqlite 33DATABASE = sqlite
33QUOTA = 10 MB 34QUOTA = 1000 MB
34 35
35[arm] 36[arm]
36DEFAULTSERVICES = core mesh dht statistics regexprofiler 37DEFAULTSERVICES = core mesh dht statistics regexprofiler
@@ -42,8 +43,8 @@ AUTOSTART = NO
42[resolver] 43[resolver]
43AUTOSTART = NO 44AUTOSTART = NO
44 45
45[block] 46#[block]
46plugins = dht mesh 47#plugins = dht mesh
47 48
48[transport] 49[transport]
49AUTOSTART = YES 50AUTOSTART = YES
@@ -102,3 +103,4 @@ AUTOSTART = NO
102 103
103[nat] 104[nat]
104RETURN_LOCAL_ADDRESSES = YES 105RETURN_LOCAL_ADDRESSES = YES
106DISABLEV6 = YES