pub unsafe extern "C" fn dtls_close(
ctx: *mut dtls_context_t,
remote: *const session_t,
) -> c_intExpand description
Closes the DTLS connection associated with @p remote. This function returns zero on success, and a value less than zero on error.