gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32652 - gnunet/src/mesh
Date: Fri, 14 Mar 2014 16:49:18 +0100

Author: bartpolot
Date: 2014-03-14 16:49:18 +0100 (Fri, 14 Mar 2014)
New Revision: 32652

Modified:
   gnunet/src/mesh/gnunet-mesh-profiler.c
Log:
- dont ping after timeout

Modified: gnunet/src/mesh/gnunet-mesh-profiler.c
===================================================================
--- gnunet/src/mesh/gnunet-mesh-profiler.c      2014-03-14 15:49:17 UTC (rev 
32651)
+++ gnunet/src/mesh/gnunet-mesh-profiler.c      2014-03-14 15:49:18 UTC (rev 
32652)
@@ -376,7 +376,8 @@
   struct MeshPeer *peer = (struct MeshPeer *) cls;
 
   peer->ping_task = GNUNET_SCHEDULER_NO_TASK;
-  if ((GNUNET_SCHEDULER_REASON_SHUTDOWN & tc->reason) != 0)
+  if ((GNUNET_SCHEDULER_REASON_SHUTDOWN & tc->reason) != 0
+      || GNUNET_YES == test_finished)
     return;
 
   GNUNET_log (GNUNET_ERROR_TYPE_INFO, "%u -> %u\n",




reply via email to

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