aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet-new_channel.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-25 19:29:54 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-25 19:29:54 +0100
commitc05709997b535cd385102890ad37e94a2f89f9a2 (patch)
tree649fb71d1c43a712ae874351af84c2ad08b8b29a /src/cadet/gnunet-service-cadet-new_channel.c
parent80d6555ec30182b9a8a59778339f5cbe7929ce60 (diff)
downloadgnunet-c05709997b535cd385102890ad37e94a2f89f9a2.tar.gz
gnunet-c05709997b535cd385102890ad37e94a2f89f9a2.zip
towards proper DATA_ACK handling
Diffstat (limited to 'src/cadet/gnunet-service-cadet-new_channel.c')
-rw-r--r--src/cadet/gnunet-service-cadet-new_channel.c4
1 files 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)
1265 1265
1266 1266
1267/** 1267/**
1268 * We got an ACK for a message in our queue, remove it from 1268 * We got an PLAINTEXT_DATA_ACK for a message in our queue, remove it from
1269 * the queue and tell our client that it can send more. 1269 * the queue and tell our client that it can send more.
1270 * 1270 *
1271 * @param ch the channel that got the ACK 1271 * @param ch the channel that got the PLAINTEXT_DATA_ACK
1272 * @param crm the message that got acknowledged 1272 * @param crm the message that got acknowledged
1273 */ 1273 */
1274static void 1274static void