gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22989 - gnunet/src/mesh
Date: Mon, 30 Jul 2012 17:04:05 +0200

Author: bartpolot
Date: 2012-07-30 17:04:05 +0200 (Mon, 30 Jul 2012)
New Revision: 22989

Modified:
   gnunet/src/mesh/mesh_api.c
Log:
- timeout fix by harsha

Modified: gnunet/src/mesh/mesh_api.c
===================================================================
--- gnunet/src/mesh/mesh_api.c  2012-07-30 14:53:00 UTC (rev 22988)
+++ gnunet/src/mesh/mesh_api.c  2012-07-30 15:04:05 UTC (rev 22989)
@@ -588,6 +588,7 @@
 
 /**
  * Notify client that the transmission has timed out
+ * 
  * @param cls closure
  * @param tc task context
  */
@@ -601,6 +602,7 @@
   GNUNET_CONTAINER_DLL_remove (mesh->th_head, mesh->th_tail, th);
   if (GNUNET_YES == th_is_payload (th))
     th->notify (th->notify_cls, 0, NULL);
+  th->tunnel->packet_size = 0;
   GNUNET_free (th);
   if ((NULL == mesh->th_head) && (NULL != mesh->th))
   {




reply via email to

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