gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35354 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r35354 - gnunet/src/transport
Date: Sat, 7 Mar 2015 20:54:28 +0100

Author: grothoff
Date: 2015-03-07 20:54:28 +0100 (Sat, 07 Mar 2015)
New Revision: 35354

Modified:
   gnunet/src/transport/plugin_transport_udp.c
Log:
this can be very harmless, reduce logging

Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2015-03-07 19:35:26 UTC (rev 
35353)
+++ gnunet/src/transport/plugin_transport_udp.c 2015-03-07 19:54:28 UTC (rev 
35354)
@@ -2634,7 +2634,11 @@
   if (GNUNET_NO == rc->have_sender)
   {
     /* tried to defragment but never succeeded, hence will not ACK */
-    GNUNET_break_op (0);
+    /* This can happen if we just lost msgs */
+    GNUNET_STATISTICS_update (plugin->env->stats,
+                              "# UDP, fragments discarded without ACK",
+                              1,
+                              GNUNET_NO);
     return;
   }
   address = GNUNET_HELLO_address_allocate (&rc->sender,




reply via email to

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