From 6694f149fcf9fd8ce646de07c2389279bdb6f4f8 Mon Sep 17 00:00:00 2001 From: Maximilian Szengel Date: Mon, 5 Nov 2012 14:30:01 +0000 Subject: Commiting changes to regex_profiler_test.conf before moving it to contrib --- src/mesh/regex_profiler_test.conf | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/src/mesh/regex_profiler_test.conf b/src/mesh/regex_profiler_test.conf index 938ea3cad..f5547328d 100644 --- a/src/mesh/regex_profiler_test.conf +++ b/src/mesh/regex_profiler_test.conf @@ -1,19 +1,24 @@ [testbed] AUTOSTART = NO -PORT = 12000 +PORT = 11999 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; HOSTNAME = localhost -MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 20 +MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 10 MAX_PARALLEL_OPERATIONS = 1000 MAX_PARALLEL_SERVICE_CONNECTIONS = 1000 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 50 +[regexprofiler] +AUTOSTART = YES +PORT = 12000 +BINARY = /home/szengel/gnunet/src/mesh/gnunet-service-regexprofiler + [mesh] AUTOSTART = YES ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; -APP_ANNOUNCE_TIME = 100 s -ID_ANNOUNCE_TIME = 100 s -CONNECT_TIMEOUT = 200 s +APP_ANNOUNCE_TIME = 10 s +ID_ANNOUNCE_TIME = 10 s +CONNECT_TIMEOUT = 10 m PORT = 12001 [dht] @@ -24,7 +29,7 @@ HOSTNAME = localhost DISABLE_TRY_CONNECT = YES [arm] -DEFAULTSERVICES = core mesh dht statistics +DEFAULTSERVICES = core mesh dht statistics regexprofiler PORT = 12003 [fs] @@ -38,7 +43,7 @@ plugins = dht mesh [transport] AUTOSTART = YES -PLUGINS = tcp +PLUGINS = udp ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; ACCEPT_FROM6 = ::1; NEIGHBOUR_LIMIT = 50 @@ -57,8 +62,13 @@ TIMEOUT = 300 s PORT = 12006 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; -[statistics] +[transport-udp] +TIMEOUT = 300 s PORT = 12007 +ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; + +[statistics] +PORT = 12008 AUTOSTART = YES ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; -- cgit v1.2.3