- fix old mesh
[oweals/gnunet.git] / src / mesh / regex_profiler_test.conf
index 69718482909a583d838e93582abb45751b4d310d..938ea3cadd3552e7ead608943bd04bcae16402c2 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 = 30 s
-ID_ANNOUNCE_TIME = 30 s
-CONNECT_TIMEOUT = 60 s
+APP_ANNOUNCE_TIME = 100 s
+ID_ANNOUNCE_TIME = 100 s
+CONNECT_TIMEOUT = 200 s
 PORT = 12001
 
 [dht]
@@ -19,11 +21,11 @@ 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
 
 [fs]
 AUTOSTART = NO
@@ -37,7 +39,6 @@ plugins = dht mesh
 [transport]
 AUTOSTART = YES
 PLUGINS = tcp
-DEBUG = NO
 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
 ACCEPT_FROM6 = ::1;
 NEIGHBOUR_LIMIT = 50
@@ -64,7 +65,6 @@ ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
 [TESTING]
 NUM_PEERS = 5
 WEAKRANDOM = YES
-DEBUG = YES
 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
 MAX_CONCURRENT_SSH = 10
 USE_PROGRESSBARS = YES