From c05709997b535cd385102890ad37e94a2f89f9a2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 25 Jan 2017 19:29:54 +0100 Subject: [PATCH] towards proper DATA_ACK handling --- src/cadet/gnunet-service-cadet-new_channel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cadet/gnunet-service-cadet-new_channel.c b/src/cadet/gnunet-service-cadet-new_channel.c index e561f1992..8812af4ec 100644 --- a/src/cadet/gnunet-service-cadet-new_channel.c +++ b/src/cadet/gnunet-service-cadet-new_channel.c @@ -1265,10 +1265,10 @@ retry_transmission (void *cls) /** - * We got an ACK for a message in our queue, remove it from + * We got an PLAINTEXT_DATA_ACK for a message in our queue, remove it from * the queue and tell our client that it can send more. * - * @param ch the channel that got the ACK + * @param ch the channel that got the PLAINTEXT_DATA_ACK * @param crm the message that got acknowledged */ static void -- 2.25.1