gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 09/20: -DHT now takes care of queue size limit


From: gnunet
Subject: [gnunet] 09/20: -DHT now takes care of queue size limit
Date: Sat, 19 Feb 2022 16:20:49 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 4c3b6b2197ba4fb8d9d696c2a8ca9a170ad12529
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 15 19:54:11 2022 +0100

    -DHT now takes care of queue size limit
---
 src/dhtu/plugin_dhtu_gnunet.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/src/dhtu/plugin_dhtu_gnunet.c b/src/dhtu/plugin_dhtu_gnunet.c
index 5cf47a850..14e16470c 100644
--- a/src/dhtu/plugin_dhtu_gnunet.c
+++ b/src/dhtu/plugin_dhtu_gnunet.c
@@ -349,17 +349,6 @@ ip_send (void *cls,
   struct GNUNET_MQ_Envelope *env;
   struct GNUNET_MessageHeader *cmsg;
 
-  if (GNUNET_MQ_get_length (target->mq) >= MAXIMUM_PENDING_PER_PEER)
-  {
-    /* skip */
-#if FIXME_STATS
-    GNUNET_STATISTICS_update (GDS_stats,
-                              "# P2P messages dropped due to full queue",
-                              1,
-                              GNUNET_NO);
-#endif
-    return;
-  }
   env = GNUNET_MQ_msg_extra (cmsg,
                              msg_size,
                              GNUNET_MESSAGE_TYPE_DHT_CORE);

-- 
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]