commit 4dfdac9cf37e13fbef2fc9f9a82c7142b25c7652
parent 3a8fae3866a7bea35e500e6b131be4ef386516f1
Author: Bart Polot <bart@net.in.tum.de>
Date: Fri, 29 Nov 2013 13:10:30 +0000
- wip
Diffstat:
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
@@ -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;