mesh regex profiler
[oweals/gnunet.git] / src / mesh / regex_profiler_test.conf
index 1c59eff6ddd2e5b144616c48237478cea2681ffb..ebbc9ee2f04022734e9e777eccf8b63bc0c3b5a9 100644 (file)
@@ -1,55 +1,68 @@
 [testbed]
 AUTOSTART = NO
-PORT = 12113
+PORT = 12000
 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
 HOSTNAME = localhost
-MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
-MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 5
-#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
+MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 20
+MAX_PARALLEL_OPERATIONS = 1000
+MAX_PARALLEL_SERVICE_CONNECTIONS = 1000
+MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 50
 
-[fs]
-AUTOSTART = NO
+[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
+PORT = 12001
 
-[resolver]
-AUTOSTART = NO
+[dht]
+AUTOSTART = YES
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
+PORT = 12002
+HOSTNAME = localhost
+DISABLE_TRY_CONNECT = YES
 
-[mesh]
+[arm]
+DEFAULTSERVICES = core mesh dht statistics
+PORT = 12003
+DEBUG = NO
+
+[fs]
 AUTOSTART = NO
 
-[dht]
+[resolver]
 AUTOSTART = NO
 
 [block]
-plugins = dht test
-
-[dhtcache]
-QUOTA = 1 MB
-DATABASE = sqlite
+plugins = dht mesh
 
 [transport]
+AUTOSTART = YES
 PLUGINS = tcp
 DEBUG = NO
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
 ACCEPT_FROM6 = ::1;
-ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
-PORT = 12365
+PORT = 12004
 
 [ats]
 WAN_QUOTA_OUT = 3932160
 WAN_QUOTA_IN = 3932160
 
 [core]
-PORT = 12092
+PORT = 12005
 AUTOSTART = YES
 
-[arm]
-DEFAULTSERVICES = core
-PORT = 12366
-DEBUG = NO
-
 [transport-tcp]
 TIMEOUT = 300 s
-PORT = 12368
+PORT = 12006
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
+
+[statistics]
+PORT = 12007
+AUTOSTART = YES
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
 
 [TESTING]
 NUM_PEERS = 5