gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r24944 - gnunet/src/mesh
Date: Wed, 14 Nov 2012 11:45:14 +0100

Author: bartpolot
Date: 2012-11-14 11:45:14 +0100 (Wed, 14 Nov 2012)
New Revision: 24944

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
   gnunet/src/mesh/mesh.conf.in
   gnunet/src/mesh/test_mesh.conf
   gnunet/src/mesh/test_mesh_2dtorus.conf
   gnunet/src/mesh/test_mesh_small.conf
Log:
- adjust default dht_replication_level


Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2012-11-14 09:19:06 UTC (rev 
24943)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2012-11-14 10:45:14 UTC (rev 
24944)
@@ -8471,8 +8471,8 @@
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
                 _
                 ("%s service is lacking key configuration settings (%s). Using 
default (%u).\n"),
-                "mesh", "dht replication level", 10);
-    dht_replication_level = 10;
+                "mesh", "dht replication level", 3);
+    dht_replication_level = 3;
   }
 
   tunnels = GNUNET_CONTAINER_multihashmap_create (32, GNUNET_NO);

Modified: gnunet/src/mesh/mesh.conf.in
===================================================================
--- gnunet/src/mesh/mesh.conf.in        2012-11-14 09:19:06 UTC (rev 24943)
+++ gnunet/src/mesh/mesh.conf.in        2012-11-14 10:45:14 UTC (rev 24944)
@@ -14,6 +14,6 @@
 ID_ANNOUNCE_TIME = 1 h
 CONNECT_TIMEOUT = 30 s
 DEFAULT_TTL = 64
-DHT_REPLICATION_LEVEL = 10
+DHT_REPLICATION_LEVEL = 3
 MAX_TUNNELS = 1000
 MAX_MSGS_QUEUE = 10000

Modified: gnunet/src/mesh/test_mesh.conf
===================================================================
--- gnunet/src/mesh/test_mesh.conf      2012-11-14 09:19:06 UTC (rev 24943)
+++ gnunet/src/mesh/test_mesh.conf      2012-11-14 10:45:14 UTC (rev 24944)
@@ -16,7 +16,7 @@
 ID_ANNOUNCE_TIME = 5 s
 CONNECT_TIMEOUT = 30 s
 DEFAULT_TTL = 16
-DHT_REPLICATION_LEVEL = 10
+DHT_REPLICATION_LEVEL = 3
 MAX_TUNNELS = 10
 MAX_MSGS_QUEUE = 20
 

Modified: gnunet/src/mesh/test_mesh_2dtorus.conf
===================================================================
--- gnunet/src/mesh/test_mesh_2dtorus.conf      2012-11-14 09:19:06 UTC (rev 
24943)
+++ gnunet/src/mesh/test_mesh_2dtorus.conf      2012-11-14 10:45:14 UTC (rev 
24944)
@@ -54,7 +54,8 @@
 PORT = 10005
 ACCEPT_FROM = 127.0.0.1;
 HOSTNAME = localhost
-# PREFIX = valgrind --leak-check=full
+PREFIX = valgrind --leak-check=full
+DHT_REPLICATION_LEVEL = 10
 # PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
 
 [vpn]

Modified: gnunet/src/mesh/test_mesh_small.conf
===================================================================
--- gnunet/src/mesh/test_mesh_small.conf        2012-11-14 09:19:06 UTC (rev 
24943)
+++ gnunet/src/mesh/test_mesh_small.conf        2012-11-14 10:45:14 UTC (rev 
24944)
@@ -10,7 +10,7 @@
 ID_ANNOUNCE_TIME = 2 s
 CONNECT_TIMEOUT = 30 s
 DEFAULT_TTL = 64
-DHT_REPLICAITON_LEVEL = 10
+DHT_REPLICAITON_LEVEL = 3
 # PREFIX = valgrind --leak-check=full --suppressions=valgrind-mesh.supp
 # PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
 




reply via email to

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