/** Get the file descriptor for this socket.
*
- * @param[in] const_instance of the RADIUS UDP I/O path.
+ * @param[in] const_instance of the RADIUS I/O path.
* @return the file descriptor
*/
static int mod_fd(void const *const_instance)
/** Set the event list for a new socket
*
- * @param[in] instance of the RADIUS UDP I/O path.
+ * @param[in] instance of the RADIUS I/O path.
* @param[in] el the event list
* @param[in] nr context from the network side
*/
/** Close the socket.
*
- * @param[in] instance
+ * @param[in] instance of the RADIUS I/O path.
* @return
* - <0 on error
* - 0 on success