* You don't need to call anything else to check if the packet is valid,
*
* @param cls the NAT handle
- * @param data, packet
- * @param len, packet length
- *
+ * @param data packet
+ * @param len length of @a data
* @return #GNUNET_NO if it can't decode, #GNUNET_YES if is a packet
*/
int
/**
* We got disconnected from the logger. Stop logging.
- *
+ *
* @param cls the `struct GNUNET_TESTBED_LOGGER_Handle`
* @param error error code
- */
+ */
static void
mq_error_handler (void *cls,
enum GNUNET_MQ_Error error)