gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r17191 - gnunet/src/mesh
Date: Wed, 5 Oct 2011 10:53:05 +0200

Author: bartpolot
Date: 2011-10-05 10:53:05 +0200 (Wed, 05 Oct 2011)
New Revision: 17191

Modified:
   gnunet/src/mesh/test_mesh_small.conf
   gnunet/src/mesh/test_mesh_small_unicast.c
Log:
Enable DHT in testcase

Modified: gnunet/src/mesh/test_mesh_small.conf
===================================================================
--- gnunet/src/mesh/test_mesh_small.conf        2011-10-05 08:51:44 UTC (rev 
17190)
+++ gnunet/src/mesh/test_mesh_small.conf        2011-10-05 08:53:05 UTC (rev 
17191)
@@ -4,7 +4,7 @@
 
 [arm]
 PORT = 10010
-DEFAULTSERVICES = core mesh
+DEFAULTSERVICES = core dht mesh
 #DEBUG = YES
 
 [statistics]
@@ -13,7 +13,7 @@
 
 [dht]
 DEBUG = NO
-AUTOSTART = NO
+AUTOSTART = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 HOSTNAME = localhost
@@ -53,7 +53,7 @@
 [testing]
 NUM_PEERS = 16
 WEAKRANDOM = YES
-TOPOLOGY = CLIQUE
+TOPOLOGY = FROM_FILE
 CONNECT_TOPOLOGY = NONE
 TOPOLOGY_FILE = small.dat
 #CONNECT_TOPOLOGY = ERDOS_RENYI

Modified: gnunet/src/mesh/test_mesh_small_unicast.c
===================================================================
--- gnunet/src/mesh/test_mesh_small_unicast.c   2011-10-05 08:51:44 UTC (rev 
17190)
+++ gnunet/src/mesh/test_mesh_small_unicast.c   2011-10-05 08:53:05 UTC (rev 
17191)
@@ -336,7 +336,7 @@
   t = GNUNET_MESH_tunnel_create (h1, NULL, &ch, &dh, NULL);
   test_task =
       GNUNET_SCHEDULER_add_delayed(
-          GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 3),
+          GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 6),
           &do_test, NULL);
 }
 




reply via email to

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