gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24743 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r24743 - gnunet/src/mesh
Date: Mon, 5 Nov 2012 15:30:01 +0100

Author: szengel
Date: 2012-11-05 15:30:01 +0100 (Mon, 05 Nov 2012)
New Revision: 24743

Modified:
   gnunet/src/mesh/regex_profiler_test.conf
Log:
Commiting changes to regex_profiler_test.conf before moving it to contrib

Modified: gnunet/src/mesh/regex_profiler_test.conf
===================================================================
--- gnunet/src/mesh/regex_profiler_test.conf    2012-11-05 14:20:41 UTC (rev 
24742)
+++ gnunet/src/mesh/regex_profiler_test.conf    2012-11-05 14:30:01 UTC (rev 
24743)
@@ -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 @@
 DISABLE_TRY_CONNECT = YES
 
 [arm]
-DEFAULTSERVICES = core mesh dht statistics
+DEFAULTSERVICES = core mesh dht statistics regexprofiler
 PORT = 12003
 
 [fs]
@@ -38,7 +43,7 @@
 
 [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 @@
 PORT = 12006
 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
 
+[transport-udp]
+TIMEOUT = 300 s
+PORT = 12007
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
+
 [statistics]
-PORT = 12007
+PORT = 12008
 AUTOSTART = YES
 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]