gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r28245 - gnunet/src/mesh
Date: Mon, 22 Jul 2013 18:03:07 +0200

Author: bartpolot
Date: 2013-07-22 18:03:07 +0200 (Mon, 22 Jul 2013)
New Revision: 28245

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
Log:
- try to work if both RELIABLE and NOBUFFER options are selected

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2013-07-22 13:52:06 UTC (rev 
28244)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2013-07-22 16:03:07 UTC (rev 
28245)
@@ -2444,7 +2444,7 @@
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                   "ACK due to %s\n",
                   GNUNET_MESH_DEBUG_M2S (type));
-      if (GNUNET_YES == t->nobuffer)
+      if (GNUNET_YES == t->nobuffer && (GNUNET_NO == t->reliable || NULL == c))
       {
         GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Not sending ACK, nobuffer\n");
         return;




reply via email to

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