gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r19632 - gnunet/src/mesh
Date: Thu, 2 Feb 2012 14:57:36 +0100

Author: bartpolot
Date: 2012-02-02 14:57:36 +0100 (Thu, 02 Feb 2012)
New Revision: 19632

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
   gnunet/src/mesh/test_mesh_small.conf
Log:
- Fixed compilation error, restored 2D torus as testing topology

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2012-02-02 13:39:08 UTC (rev 
19631)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2012-02-02 13:57:36 UTC (rev 
19632)
@@ -489,7 +489,7 @@
   {
     return;
   }
-  DEBUG ("MESH: %s\n", s);
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "MESH: %s\n", s);
 }
 #endif
 

Modified: gnunet/src/mesh/test_mesh_small.conf
===================================================================
--- gnunet/src/mesh/test_mesh_small.conf        2012-02-02 13:39:08 UTC (rev 
19631)
+++ gnunet/src/mesh/test_mesh_small.conf        2012-02-02 13:57:36 UTC (rev 
19632)
@@ -63,8 +63,8 @@
 NUM_PEERS = 16
 WEAKRANDOM = YES
 TOPOLOGY = NONE
-CONNECT_TOPOLOGY = RING
-BLACKLIST_TOPOLOGY = RING
+CONNECT_TOPOLOGY = 2D_TORUS
+BLACKLIST_TOPOLOGY = 2D_TORUS
 BLACKLIST_TRANSPORTS = tcp udp http unix
 #TOPOLOGY_FILE = small.dat
 #CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM




reply via email to

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