mesh regex profiler
[oweals/gnunet.git] / src / mesh / regex_profiler_test.conf
index d3b59a32b33dbfe7376a2bf894ccadb50353ddb2..ebbc9ee2f04022734e9e777eccf8b63bc0c3b5a9 100644 (file)
@@ -3,15 +3,17 @@ AUTOSTART = NO
 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
+MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 20
+MAX_PARALLEL_OPERATIONS = 1000
+MAX_PARALLEL_SERVICE_CONNECTIONS = 1000
+MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 50
 
 [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 = 30 s
+APP_ANNOUNCE_TIME = 100 s
+ID_ANNOUNCE_TIME = 100 s
+CONNECT_TIMEOUT = 200 s
 PORT = 12001
 
 [dht]
@@ -19,9 +21,10 @@ AUTOSTART = YES
 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
 PORT = 12002
 HOSTNAME = localhost
+DISABLE_TRY_CONNECT = YES
 
 [arm]
-DEFAULTSERVICES = core dht mesh statistics
+DEFAULTSERVICES = core mesh dht statistics
 PORT = 12003
 DEBUG = NO
 
@@ -54,6 +57,7 @@ AUTOSTART = YES
 [transport-tcp]
 TIMEOUT = 300 s
 PORT = 12006
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
 
 [statistics]
 PORT = 12007