aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-07 19:54:28 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-07 19:54:28 +0000
commit374e38fc4ad50d77442a6930202581b08d5e9cd1 (patch)
tree818a4202895c6ad4ba260e813de99d194bea5b61 /src/transport/plugin_transport_udp.c
parent5410702d6c31d4486766e111c6518d4c8814ddf3 (diff)
downloadgnunet-374e38fc4ad50d77442a6930202581b08d5e9cd1.tar.gz
gnunet-374e38fc4ad50d77442a6930202581b08d5e9cd1.zip
this can be very harmless, reduce logging
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-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,