aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Szengel <gnunet@maxsz.de>2012-11-05 14:30:01 +0000
committerMaximilian Szengel <gnunet@maxsz.de>2012-11-05 14:30:01 +0000
commit6694f149fcf9fd8ce646de07c2389279bdb6f4f8 (patch)
tree5072285eb550074f0dd43437163c036530638be6
parent443f1bab221a2d573bb0716ac195909bef0cc83f (diff)
downloadgnunet-6694f149fcf9fd8ce646de07c2389279bdb6f4f8.tar.gz
gnunet-6694f149fcf9fd8ce646de07c2389279bdb6f4f8.zip
Commiting changes to regex_profiler_test.conf before moving it to contrib
-rw-r--r--src/mesh/regex_profiler_test.conf26
1 files 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 @@
1[testbed] 1[testbed]
2AUTOSTART = NO 2AUTOSTART = NO
3PORT = 12000 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 = 20 6MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 10
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]
12AUTOSTART = YES
13PORT = 12000
14BINARY = /home/szengel/gnunet/src/mesh/gnunet-service-regexprofiler
15
11[mesh] 16[mesh]
12AUTOSTART = YES 17AUTOSTART = YES
13ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 18ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
14APP_ANNOUNCE_TIME = 100 s 19APP_ANNOUNCE_TIME = 10 s
15ID_ANNOUNCE_TIME = 100 s 20ID_ANNOUNCE_TIME = 10 s
16CONNECT_TIMEOUT = 200 s 21CONNECT_TIMEOUT = 10 m
17PORT = 12001 22PORT = 12001
18 23
19[dht] 24[dht]
@@ -24,7 +29,7 @@ HOSTNAME = localhost
24DISABLE_TRY_CONNECT = YES 29DISABLE_TRY_CONNECT = YES
25 30
26[arm] 31[arm]
27DEFAULTSERVICES = core mesh dht statistics 32DEFAULTSERVICES = core mesh dht statistics regexprofiler
28PORT = 12003 33PORT = 12003
29 34
30[fs] 35[fs]
@@ -38,7 +43,7 @@ plugins = dht mesh
38 43
39[transport] 44[transport]
40AUTOSTART = YES 45AUTOSTART = YES
41PLUGINS = tcp 46PLUGINS = udp
42ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 47ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
43ACCEPT_FROM6 = ::1; 48ACCEPT_FROM6 = ::1;
44NEIGHBOUR_LIMIT = 50 49NEIGHBOUR_LIMIT = 50
@@ -57,8 +62,13 @@ TIMEOUT = 300 s
57PORT = 12006 62PORT = 12006
58ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 63ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
59 64
60[statistics] 65[transport-udp]
66TIMEOUT = 300 s
61PORT = 12007 67PORT = 12007
68ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
69
70[statistics]
71PORT = 12008
62AUTOSTART = YES 72AUTOSTART = YES
63ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 73ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
64 74