From 17047b7bcbe3f1756028058a9887416c6afab5d8 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 2 Feb 2017 17:16:20 +0100 Subject: Implement data ack in CADET MQ API --- src/include/gnunet_cadet_service.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include') diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h index 1434180f4..1b3aac7c9 100644 --- a/src/include/gnunet_cadet_service.h +++ b/src/include/gnunet_cadet_service.h @@ -702,9 +702,6 @@ GC_u2h (uint32_t port); * @param cls Closure from #GNUNET_CADET_open_porT. * @param channel New handle to the channel. * @param source Peer that started this channel. - * FIXME: Add port that this channel is created for, or is cls enough? - * Port cannot be closed yet, #handle_channel_create would have - * rejected it. * @return Closure for the incoming @a channel. It's given to: * - The #GNUNET_CADET_DisconnectEventHandler (given to * #GNUNET_CADET_open_porT) when the channel dies. -- cgit v1.2.3