pub unsafe extern "C" fn dtls_new_session(
addr: *mut sockaddr,
addrlen: socklen_t,
) -> *mut session_tExpand description
Creates a new ::session_t for the given address.
@param addr Address which should be stored in the ::session_t. @param addrlen Length of the @p addr. @return The new session or @c NULL on error.