pub unsafe extern "C" fn dtls_reset_peer(
context: *mut dtls_context_t,
peer: *mut dtls_peer_t,
)Expand description
Resets all connections with @p peer.
@param context The active DTLS context. @param peer The peer to reset.
pub unsafe extern "C" fn dtls_reset_peer(
context: *mut dtls_context_t,
peer: *mut dtls_peer_t,
)Resets all connections with @p peer.
@param context The active DTLS context. @param peer The peer to reset.