pub unsafe extern "C" fn dtls_session_init(sess: *mut session_t)Expand description
Resets the given session_t object @p sess to its default values. In particular, the member rlen must be initialized to the available size for storing addresses.
@param sess The session_t object to initialize.