From: Bart Polot Date: Fri, 29 Nov 2013 23:45:01 +0000 (+0000) Subject: - doc X-Git-Tag: initial-import-from-subversion-38251~5849 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d3ab6b114ef933c3810919f8bdb9f8c3ceb13774;p=oweals%2Fgnunet.git - doc --- diff --git a/src/mesh/gnunet-service-mesh_channel.c b/src/mesh/gnunet-service-mesh_channel.c index b58bfe2f1..20f49fc9f 100644 --- a/src/mesh/gnunet-service-mesh_channel.c +++ b/src/mesh/gnunet-service-mesh_channel.c @@ -2038,12 +2038,14 @@ GMCH_send_prebuilt_message (const struct GNUNET_MessageHeader *message, q->copy = (struct MeshReliableMessage *) existing_copy; if (NULL != q->copy->q) { - /* Last retransmission was scheduled but not sent! - * This retransmission was executed by a ch_message_sent - * following a very fast RRT, which scheduled the retransmission - * before the retransmitted message had a chance to leave the peer. - * Cancel this transmission and wait until the pending - * retransmission schedules the next one. + /* Last retransmission was queued but not yet sent! + * This retransmission was scheduled by a ch_message_sent which + * followed a very fast RTT, so the tiny delay made the + * retransmission function to execute before the previous + * retransmitted message even had a chance to leave the peer. + * Cancel this message and wait until the pending + * retransmission leaves the peer and ch_message_sent starts + * the timer for the next one. */ GNUNET_free (q); return;