aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_cadet_service.h
diff options
context:
space:
mode:
authorBart Polot <bart.polot+voyager@gmail.com>2017-02-02 17:16:20 +0100
committerBart Polot <bart.polot+voyager@gmail.com>2017-02-02 17:16:20 +0100
commit17047b7bcbe3f1756028058a9887416c6afab5d8 (patch)
tree58a529f577b4d0f13d74a47a460a2f7673b95d1d /src/include/gnunet_cadet_service.h
parent761447f2122038ce821780f6de37e5355f0ee301 (diff)
downloadgnunet-17047b7bcbe3f1756028058a9887416c6afab5d8.tar.gz
gnunet-17047b7bcbe3f1756028058a9887416c6afab5d8.zip
Implement data ack in CADET MQ API
Diffstat (limited to 'src/include/gnunet_cadet_service.h')
-rw-r--r--src/include/gnunet_cadet_service.h3
1 files changed, 0 insertions, 3 deletions
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);
702 * @param cls Closure from #GNUNET_CADET_open_porT. 702 * @param cls Closure from #GNUNET_CADET_open_porT.
703 * @param channel New handle to the channel. 703 * @param channel New handle to the channel.
704 * @param source Peer that started this channel. 704 * @param source Peer that started this channel.
705 * FIXME: Add port that this channel is created for, or is cls enough?
706 * Port cannot be closed yet, #handle_channel_create would have
707 * rejected it.
708 * @return Closure for the incoming @a channel. It's given to: 705 * @return Closure for the incoming @a channel. It's given to:
709 * - The #GNUNET_CADET_DisconnectEventHandler (given to 706 * - The #GNUNET_CADET_DisconnectEventHandler (given to
710 * #GNUNET_CADET_open_porT) when the channel dies. 707 * #GNUNET_CADET_open_porT) when the channel dies.