[][src]Function libcoap_sys::coap_dtls_get_context_timeout

pub unsafe extern "C" fn coap_dtls_get_context_timeout(
    dtls_context: *mut c_void
) -> coap_tick_t

Do all pending retransmits and get next timeout

Internal function.

@param dtls_context The DTLS context.

@return @c 0 if no event is pending or date of the next retransmit.