gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r24491 - gnunet/src/mesh
Date: Tue, 23 Oct 2012 19:28:48 +0200

Author: bartpolot
Date: 2012-10-23 19:28:48 +0200 (Tue, 23 Oct 2012)
New Revision: 24491

Modified:
   gnunet/src/mesh/test_mesh_small.c
Log:
- off by one target for bck traffic

Modified: gnunet/src/mesh/test_mesh_small.c
===================================================================
--- gnunet/src/mesh/test_mesh_small.c   2012-10-23 17:27:44 UTC (rev 24490)
+++ gnunet/src/mesh/test_mesh_small.c   2012-10-23 17:28:48 UTC (rev 24491)
@@ -1239,7 +1239,6 @@
 
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "BACKWARDS (LEAF TO ROOT)\n");
     test_backwards = GNUNET_YES;
-    ok_goal++; // need one root->leaf packet to initialize tunnel
     aux = malloc (32); // "leaked"
     sprintf (aux, "backwards %s", test_name);
     test_name = aux;




reply via email to

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