From 4dfdac9cf37e13fbef2fc9f9a82c7142b25c7652 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 29 Nov 2013 13:10:30 +0000 Subject: [PATCH] - wip --- src/mesh/gnunet-service-mesh_channel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesh/gnunet-service-mesh_channel.c b/src/mesh/gnunet-service-mesh_channel.c index d876fbdfa..7cf53b333 100644 --- a/src/mesh/gnunet-service-mesh_channel.c +++ b/src/mesh/gnunet-service-mesh_channel.c @@ -1712,7 +1712,7 @@ GMCH_handle_data (struct MeshChannel *ch, { GNUNET_break_op (0); LOG (GNUNET_ERROR_TYPE_DEBUG, - " MID %u not expected (%u - %u), dropping!\n", + " !!! MID %u not expected (%u - %u), dropping!\n", mid, rel->mid_recv, rel->mid_recv + 63); } @@ -1800,7 +1800,7 @@ GMCH_handle_data_ack (struct MeshChannel *ch, { rel->retry_task = GNUNET_SCHEDULER_NO_TASK; } - else + else if (NULL == rel->head_sent->q) { struct GNUNET_TIME_Absolute new_target; struct GNUNET_TIME_Relative delay; -- 2.25.1