gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r33040 - gnunet/src/mesh
Date: Fri, 11 Apr 2014 17:30:34 +0200

Author: bartpolot
Date: 2014-04-11 17:30:34 +0200 (Fri, 11 Apr 2014)
New Revision: 33040

Modified:
   gnunet/src/mesh/gnunet-service-mesh_connection.c
Log:
- log

Modified: gnunet/src/mesh/gnunet-service-mesh_connection.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_connection.c    2014-04-11 15:30:33 UTC 
(rev 33039)
+++ gnunet/src/mesh/gnunet-service-mesh_connection.c    2014-04-11 15:30:34 UTC 
(rev 33040)
@@ -2799,7 +2799,11 @@
        " last ack recv: %u, last pid sent: %u, next pid %u\n",
        fc->last_ack_recv, fc->last_pid_sent, fc->next_pid);
   if (GM_is_pid_bigger (fc->last_ack_recv, fc->last_pid_sent))
+  {
+    LOG (GNUNET_ERROR_TYPE_DEBUG, " sendable\n");
     return GNUNET_YES;
+  }
+  LOG (GNUNET_ERROR_TYPE_DEBUG, " not sendable\n");
   return GNUNET_NO;
 }
 




reply via email to

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