- doxygen
authorBart Polot <bart.polot+gnunet@gmail.com>
Mon, 20 Feb 2017 18:21:21 +0000 (19:21 +0100)
committerBart Polot <bart.polot+gnunet@gmail.com>
Mon, 20 Feb 2017 18:21:21 +0000 (19:21 +0100)
src/cadet/gnunet-cadet.c

index a08c178f4ecc7438d306a289a18220182d894549..c194a5bc1c33c690b418cd36fcf20d6b9dec94cc 100644 (file)
@@ -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).
  */