From 94cf985aff9d02cded27a9739c2836cc741400f3 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 20 Feb 2017 19:21:21 +0100 Subject: [PATCH] - doxygen --- src/cadet/gnunet-cadet.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/cadet/gnunet-cadet.c b/src/cadet/gnunet-cadet.c index a08c178f4..c194a5bc1 100644 --- a/src/cadet/gnunet-cadet.c +++ b/src/cadet/gnunet-cadet.c @@ -381,14 +381,10 @@ request_dump (void *cls) /** - * Function called whenever a message is received. + * Check data message sanity. Does nothing so far (all messages are OK). * - * Each time the function must call #GNUNET_CADET_receive_done on the channel - * in order to receive the next message. This doesn't need to be immediate: - * can be delayed if some processing is done on the message. - * - * @param cls should match #ch - * @param message The actual message. + * @param cls Closure (unused). + * @param message The message to check. * @return #GNUNET_OK to keep the channel open, * #GNUNET_SYSERR to close it (signal serious error). */ -- 2.25.1