gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r24268 - gnunet/src/mesh
Date: Thu, 11 Oct 2012 16:32:35 +0200

Author: bartpolot
Date: 2012-10-11 16:32:35 +0200 (Thu, 11 Oct 2012)
New Revision: 24268

Modified:
   gnunet/src/mesh/test_mesh_small.c
Log:
- adjust mesh clients to number of peers

Modified: gnunet/src/mesh/test_mesh_small.c
===================================================================
--- gnunet/src/mesh/test_mesh_small.c   2012-10-11 14:15:36 UTC (rev 24267)
+++ gnunet/src/mesh/test_mesh_small.c   2012-10-11 14:32:35 UTC (rev 24268)
@@ -836,10 +836,10 @@
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "connect_mesh_service\n");
 
-  d2 = GNUNET_TESTING_daemon_get (pg, 4);
+  d2 = GNUNET_TESTING_daemon_get (pg, num_peers - 1);
   if (test == MULTICAST)
   {
-    d3 = GNUNET_TESTING_daemon_get (pg, 3);
+    d3 = GNUNET_TESTING_daemon_get (pg, num_peers - 2);
   }
   app = (GNUNET_MESH_ApplicationType) 0;
 




reply via email to

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