gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 04/18: TNG: Removed misplaced sending of an acknowlegement in u


From: gnunet
Subject: [gnunet] 04/18: TNG: Removed misplaced sending of an acknowlegement in udp communicator.
Date: Tue, 02 May 2023 12:53:19 +0200

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

t3sserakt pushed a commit to branch master
in repository gnunet.

commit de56a50a5f6b4336c0d408412b68e3d55bb5f883
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Thu Apr 27 14:53:22 2023 +0200

    TNG: Removed misplaced sending of an acknowlegement in udp communicator.
---
 src/transport/gnunet-communicator-udp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/transport/gnunet-communicator-udp.c 
b/src/transport/gnunet-communicator-udp.c
index 6b2985b59..67207c4b3 100644
--- a/src/transport/gnunet-communicator-udp.c
+++ b/src/transport/gnunet-communicator-udp.c
@@ -1993,8 +1993,8 @@ decrypt_box (const struct UDPBox *box,
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "Receiver stopped rekeying.\n");
   }
-  else if (GNUNET_NO == box->rekeying)
-    consider_ss_ack (ss, GNUNET_NO);
+  /*else if (GNUNET_NO == box->rekeying)
+    consider_ss_ack (ss, GNUNET_NO);*/
   else
   {
     ss->sender->rekeying = GNUNET_YES;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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