aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/transport/plugin_transport_udp.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index abf3860bc..296498f6d 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -2634,7 +2634,11 @@ ack_proc (void *cls,
2634 if (GNUNET_NO == rc->have_sender) 2634 if (GNUNET_NO == rc->have_sender)
2635 { 2635 {
2636 /* tried to defragment but never succeeded, hence will not ACK */ 2636 /* tried to defragment but never succeeded, hence will not ACK */
2637 GNUNET_break_op (0); 2637 /* This can happen if we just lost msgs */
2638 GNUNET_STATISTICS_update (plugin->env->stats,
2639 "# UDP, fragments discarded without ACK",
2640 1,
2641 GNUNET_NO);
2638 return; 2642 return;
2639 } 2643 }
2640 address = GNUNET_HELLO_address_allocate (&rc->sender, 2644 address = GNUNET_HELLO_address_allocate (&rc->sender,