aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMaximilian Szengel <gnunet@maxsz.de>2012-11-07 17:23:12 +0000
committerMaximilian Szengel <gnunet@maxsz.de>2012-11-07 17:23:12 +0000
commit55024d902a89b81b0851c3c95df452c9e20eeced (patch)
tree9e2838a585a6adf2b249f92a604675f4e294f056 /contrib
parentfc8e308ea06aff671dc1d21e99e8b42bf5c2fda1 (diff)
downloadgnunet-55024d902a89b81b0851c3c95df452c9e20eeced.tar.gz
gnunet-55024d902a89b81b0851c3c95df452c9e20eeced.zip
- regexprofiler service to daemon
- enabling nse in regex profiler
Diffstat (limited to 'contrib')
-rw-r--r--contrib/regex_profiler_infiniband.conf13
1 files changed, 6 insertions, 7 deletions
diff --git a/contrib/regex_profiler_infiniband.conf b/contrib/regex_profiler_infiniband.conf
index 5996582e2..ad0ae4090 100644
--- a/contrib/regex_profiler_infiniband.conf
+++ b/contrib/regex_profiler_infiniband.conf
@@ -9,10 +9,8 @@ MAX_PARALLEL_SERVICE_CONNECTIONS = 1000
9MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 50 9MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 50
10 10
11[regexprofiler] 11[regexprofiler]
12AUTOSTART = YES
13PORT = 12000
14BINARY = /home/szengel/gnunet/src/mesh/.libs/gnunet-service-regexprofiler 12BINARY = /home/szengel/gnunet/src/mesh/.libs/gnunet-service-regexprofiler
15REGEX_PREFIX = "GNVPN-0001-PADP" 13REGEX_PREFIX = "GNVPN-0001-PAD"
16 14
17[mesh] 15[mesh]
18AUTOSTART = YES 16AUTOSTART = YES
@@ -26,7 +24,7 @@ DHT_REPLICATION_LEVEL = 10
26[dht] 24[dht]
27AUTOSTART = YES 25AUTOSTART = YES
28ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 26ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
29PORT = 12002 27#PORT = 12002
30HOSTNAME = localhost 28HOSTNAME = localhost
31DISABLE_TRY_CONNECT = YES 29DISABLE_TRY_CONNECT = YES
32 30
@@ -36,7 +34,7 @@ QUOTA = 10 MB
36 34
37[arm] 35[arm]
38DEFAULTSERVICES = core mesh dht statistics regexprofiler 36DEFAULTSERVICES = core mesh dht statistics regexprofiler
39PORT = 12003 37#PORT = 12003
40 38
41[fs] 39[fs]
42AUTOSTART = NO 40AUTOSTART = NO
@@ -60,7 +58,7 @@ WAN_QUOTA_OUT = 3932160
60WAN_QUOTA_IN = 3932160 58WAN_QUOTA_IN = 3932160
61 59
62[core] 60[core]
63PORT = 12005 61#PORT = 12005
64AUTOSTART = YES 62AUTOSTART = YES
65 63
66[transport-tcp] 64[transport-tcp]
@@ -96,7 +94,8 @@ SERVICEHOME = /tmp/test-testbed/
96AUTOSTART = NO 94AUTOSTART = NO
97 95
98[nse] 96[nse]
99AUTOSTART = NO 97AUTOSTART = YES
98WORKBITS = 1
100 99
101[vpn] 100[vpn]
102AUTOSTART = NO 101AUTOSTART = NO