gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: prevent unordered message d


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: prevent unordered message delivery, everywhere
Date: Thu, 28 Feb 2019 19:08:01 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 8b3af2dff prevent unordered message delivery, everywhere
8b3af2dff is described below

commit 8b3af2dffa9351ae15d4e37347a564eb4b6852c0
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Thu Feb 28 19:07:59 2019 +0100

    prevent unordered message delivery, everywhere
---
 src/cadet/gnunet-service-cadet_channel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cadet/gnunet-service-cadet_channel.c 
b/src/cadet/gnunet-service-cadet_channel.c
index 3c83d0bb3..1e898c1eb 100644
--- a/src/cadet/gnunet-service-cadet_channel.c
+++ b/src/cadet/gnunet-service-cadet_channel.c
@@ -1425,7 +1425,7 @@ GCCH_handle_channel_plaintext_data (struct CadetChannel 
*ch,
       ccc->client_ready = GNUNET_NO;
       GSC_send_to_client (ccc->c,
                           next_msg->env);
-      ch->mid_recv.mid = htonl (1 + ntohl (ch->mid_recv.mid));
+      ch->mid_recv.mid = htonl (1 + ntohl (next_msg->mid.mid));
       ch->mid_futures >>= 1;
       send_channel_data_ack (ch);
       GNUNET_CONTAINER_DLL_remove (ccc->head_recv,

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



reply via email to

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