From: Bart Polot Date: Mon, 20 Feb 2017 18:21:21 +0000 (+0100) Subject: - doxygen X-Git-Tag: taler-0.2.1~124 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=94cf985aff9d02cded27a9739c2836cc741400f3;p=oweals%2Fgnunet.git - doxygen --- 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). */