diff options
author | szengel <szengel@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-11-06 18:16:56 +0000 |
---|---|---|
committer | szengel <szengel@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-11-06 18:16:56 +0000 |
commit | 3f659cd0f072e36725b4524eb68a5c97db8d602c (patch) | |
tree | 54f18f8d2d55d7d73a922abdbecca7b725579b70 /contrib | |
parent | d09a8faaa07de6bef9f13c065217b917bc3b4728 (diff) |
Added regex prefix to config for regex profiler.
git-svn-id: https://gnunet.org/svn/gnunet@24811 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/regex_profiler_infiniband.conf | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/contrib/regex_profiler_infiniband.conf b/contrib/regex_profiler_infiniband.conf index f5547328da..5996582e29 100644 --- a/contrib/regex_profiler_infiniband.conf +++ b/contrib/regex_profiler_infiniband.conf @@ -11,15 +11,17 @@ MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 50 [regexprofiler] AUTOSTART = YES PORT = 12000 -BINARY = /home/szengel/gnunet/src/mesh/gnunet-service-regexprofiler +BINARY = /home/szengel/gnunet/src/mesh/.libs/gnunet-service-regexprofiler +REGEX_PREFIX = "GNVPN-0001-PADP" [mesh] AUTOSTART = YES ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; -APP_ANNOUNCE_TIME = 10 s -ID_ANNOUNCE_TIME = 10 s -CONNECT_TIMEOUT = 10 m +APP_ANNOUNCE_TIME = 30 s +ID_ANNOUNCE_TIME = 30 s +CONNECT_TIMEOUT = 30 s PORT = 12001 +DHT_REPLICATION_LEVEL = 10 [dht] AUTOSTART = YES @@ -28,6 +30,10 @@ PORT = 12002 HOSTNAME = localhost DISABLE_TRY_CONNECT = YES +[dhtcache] +DATABASE = sqlite +QUOTA = 10 MB + [arm] DEFAULTSERVICES = core mesh dht statistics regexprofiler PORT = 12003 @@ -43,7 +49,7 @@ plugins = dht mesh [transport] AUTOSTART = YES -PLUGINS = udp +PLUGINS = tcp ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; ACCEPT_FROM6 = ::1; NEIGHBOUR_LIMIT = 50 |