gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 02/02: if in-order unreliable, advance to next mes


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/02: if in-order unreliable, advance to next message even if we skip a mid
Date: Fri, 27 Jan 2017 22:15:30 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit b9ea024cbe97dc152624a9c18717246cda49c25f
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 27 22:15:26 2017 +0100

    if in-order unreliable, advance to next message even if we skip a mid
---
 src/cadet/gnunet-service-cadet-new_channel.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/cadet/gnunet-service-cadet-new_channel.c 
b/src/cadet/gnunet-service-cadet-new_channel.c
index 3bcf5ad0b..ebc566c83 100644
--- a/src/cadet/gnunet-service-cadet-new_channel.c
+++ b/src/cadet/gnunet-service-cadet-new_channel.c
@@ -1775,7 +1775,8 @@ GCCH_handle_local_ack (struct CadetChannel *ch,
   }
 
   if ( (com->mid.mid != ch->mid_recv.mid) &&
-       (GNUNET_NO == ch->out_of_order) )
+       (GNUNET_NO == ch->out_of_order) &&
+       (GNUNET_YES == ch->reliable) )
   {
     LOG (GNUNET_ERROR_TYPE_DEBUG,
          "Got LOCAL_ACK, %s-%X ready to receive more data (but next one is 
out-of-order %u vs. %u)!\n",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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