* either the delay has expired or the socket operation is ready. It
* will be run with the DEFAULT priority.
*
- * * @param delay when should this operation time out? Use
+ * @param delay when should this operation time out? Use
* GNUNET_TIME_UNIT_FOREVER_REL for "on shutdown"
+ * @param priority priority to use for the task
* @param rfd read file-descriptor
* @param task main function of the task
* @param task_cls closure of task
* to close a session due to a disconnect or failure to
* establish a connection.
*
- * @param session session to close down
+ * @param s session to close down
*/
static void
disconnect_session (struct Session *s)
* to close a session due to a disconnect or failure to
* establish a connection.
*
- * @param session session to close down
+ * @param s session to close down
*/
static void
disconnect_session (struct Session *s)
* either the delay has expired or the socket operation is ready. It
* will be run with the DEFAULT priority.
*
- * * @param delay when should this operation time out? Use
+ * @param delay when should this operation time out? Use
* GNUNET_TIME_UNIT_FOREVER_REL for "on shutdown"
+ * @param priority priority to use for the task
* @param rfd read file-descriptor
* @param task main function of the task
* @param task_cls closure of task