aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/regex_profiler_infiniband.conf16
1 files changed, 11 insertions, 5 deletions
diff --git a/contrib/regex_profiler_infiniband.conf b/contrib/regex_profiler_infiniband.conf
index f5547328d..5996582e2 100644
--- a/contrib/regex_profiler_infiniband.conf
+++ b/contrib/regex_profiler_infiniband.conf
@@ -11,15 +11,17 @@ MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 50
11[regexprofiler] 11[regexprofiler]
12AUTOSTART = YES 12AUTOSTART = YES
13PORT = 12000 13PORT = 12000
14BINARY = /home/szengel/gnunet/src/mesh/gnunet-service-regexprofiler 14BINARY = /home/szengel/gnunet/src/mesh/.libs/gnunet-service-regexprofiler
15REGEX_PREFIX = "GNVPN-0001-PADP"
15 16
16[mesh] 17[mesh]
17AUTOSTART = YES 18AUTOSTART = YES
18ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 19ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
19APP_ANNOUNCE_TIME = 10 s 20APP_ANNOUNCE_TIME = 30 s
20ID_ANNOUNCE_TIME = 10 s 21ID_ANNOUNCE_TIME = 30 s
21CONNECT_TIMEOUT = 10 m 22CONNECT_TIMEOUT = 30 s
22PORT = 12001 23PORT = 12001
24DHT_REPLICATION_LEVEL = 10
23 25
24[dht] 26[dht]
25AUTOSTART = YES 27AUTOSTART = YES
@@ -28,6 +30,10 @@ PORT = 12002
28HOSTNAME = localhost 30HOSTNAME = localhost
29DISABLE_TRY_CONNECT = YES 31DISABLE_TRY_CONNECT = YES
30 32
33[dhtcache]
34DATABASE = sqlite
35QUOTA = 10 MB
36
31[arm] 37[arm]
32DEFAULTSERVICES = core mesh dht statistics regexprofiler 38DEFAULTSERVICES = core mesh dht statistics regexprofiler
33PORT = 12003 39PORT = 12003
@@ -43,7 +49,7 @@ plugins = dht mesh
43 49
44[transport] 50[transport]
45AUTOSTART = YES 51AUTOSTART = YES
46PLUGINS = udp 52PLUGINS = tcp
47ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 53ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
48ACCEPT_FROM6 = ::1; 54ACCEPT_FROM6 = ::1;
49NEIGHBOUR_LIMIT = 50 55NEIGHBOUR_LIMIT = 50