gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33991 - gnunet/src/cadet


From: gnunet
Subject: [GNUnet-SVN] r33991 - gnunet/src/cadet
Date: Mon, 21 Jul 2014 02:15:17 +0200

Author: bartpolot
Date: 2014-07-21 02:15:17 +0200 (Mon, 21 Jul 2014)
New Revision: 33991

Modified:
   gnunet/src/cadet/gnunet-service-cadet_channel.c
Log:
- more debug info on received ACK, doxygen

Modified: gnunet/src/cadet/gnunet-service-cadet_channel.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_channel.c     2014-07-21 00:15:16 UTC 
(rev 33990)
+++ gnunet/src/cadet/gnunet-service-cadet_channel.c     2014-07-21 00:15:17 UTC 
(rev 33991)
@@ -305,6 +305,7 @@
 /********************************   STATIC  
***********************************/
 
/******************************************************************************/
 
+
 /**
  * Destroy a reliable message after it has been acknowledged, either by
  * direct mid ACK or bitfield. Updates the appropriate data structures and
@@ -315,6 +316,9 @@
  *                    If this message is ACK in a batch the timing information
  *                    is skewed by the retransmission, count only for the
  *                    retransmitted message.
+ *
+ * @return #GNUNET_YES if channel was destroyed as a result of the call,
+ *         #GNUNET_NO otherwise.
  */
 static int
 rel_message_free (struct CadetReliableMessage *copy, int update_time);
@@ -2011,7 +2015,8 @@
   }
 
   ack = ntohl (msg->mid);
-  LOG (GNUNET_ERROR_TYPE_INFO, "<=== %s ACK %u\n", GC_f2s (fwd), ack);
+  LOG (GNUNET_ERROR_TYPE_INFO, "<=== %s ACK %u + %X\n",
+       GC_f2s (fwd), ack, msg->futures);
 
   if (GNUNET_YES == fwd)
   {




reply via email to

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