[][src]Function libcoap_sys::coap_session_get_ack_timeout

pub unsafe extern "C" fn coap_session_get_ack_timeout(
    session: *mut coap_session_t
) -> coap_fixed_point_t

Get the CoAP initial ack response timeout before the next re-transmit

Number of seconds when to expect an ACK or a response to an outstanding CON message.

@param session The CoAP session.

@return Current ack response timeout value