gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r17247 - gnunet/src/mesh
Date: Thu, 6 Oct 2011 13:34:50 +0200

Author: bartpolot
Date: 2011-10-06 13:34:50 +0200 (Thu, 06 Oct 2011)
New Revision: 17247

Modified:
   gnunet/src/mesh/test_mesh.conf
   gnunet/src/mesh/test_mesh_path.conf
   gnunet/src/mesh/test_mesh_small.conf
   gnunet/src/mesh/test_mesh_small_unicast.c
Log:
Tweaked configuration files and testcase


Modified: gnunet/src/mesh/test_mesh.conf
===================================================================
--- gnunet/src/mesh/test_mesh.conf      2011-10-06 11:33:09 UTC (rev 17246)
+++ gnunet/src/mesh/test_mesh.conf      2011-10-06 11:34:50 UTC (rev 17247)
@@ -10,7 +10,7 @@
 ACCEPT_FROM = 127.0.0.1;
 HOSTNAME = localhost
 PORT = 10511
-PREFIX = valgrind --leak-check=full
+# PREFIX = valgrind --leak-check=full
 # PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
 
 [dht]

Modified: gnunet/src/mesh/test_mesh_path.conf
===================================================================
--- gnunet/src/mesh/test_mesh_path.conf 2011-10-06 11:33:09 UTC (rev 17246)
+++ gnunet/src/mesh/test_mesh_path.conf 2011-10-06 11:34:50 UTC (rev 17247)
@@ -10,7 +10,7 @@
 ACCEPT_FROM = 127.0.0.1;
 HOSTNAME = localhost
 PORT = 10511
-PREFIX = valgrind --leak-check=full
+# PREFIX = valgrind --leak-check=full
 # PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
 
 [dht]

Modified: gnunet/src/mesh/test_mesh_small.conf
===================================================================
--- gnunet/src/mesh/test_mesh_small.conf        2011-10-06 11:33:09 UTC (rev 
17246)
+++ gnunet/src/mesh/test_mesh_small.conf        2011-10-06 11:34:50 UTC (rev 
17247)
@@ -53,7 +53,7 @@
 [testing]
 NUM_PEERS = 16
 WEAKRANDOM = YES
-TOPOLOGY = FROM_FILE
+TOPOLOGY = 2D_TORUS
 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-06 11:33:09 UTC (rev 
17246)
+++ gnunet/src/mesh/test_mesh_small_unicast.c   2011-10-06 11:34:50 UTC (rev 
17247)
@@ -300,7 +300,7 @@
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test: connect_mesh_service\n");
 
   d1 = GNUNET_TESTING_daemon_get (pg, 1);
-  d2 = GNUNET_TESTING_daemon_get (pg, 13);
+  d2 = GNUNET_TESTING_daemon_get (pg, 3);
   app = (GNUNET_MESH_ApplicationType) 0;
 
 #if VERBOSE




reply via email to

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