Function anjay_update_dtls_handshake_timeouts
Defined in File core.h
Function Documentation
-
avs_error_t anjay_update_dtls_handshake_timeouts(anjay_t *anjay, avs_net_dtls_handshake_timeouts_t dtls_handshake_timeouts)
Changes handshake timeouts for sockets that communicate using DTLS over UDP.
- Parameters:
anjay – Anjay object to operate on.
dtls_handshake_timeouts – New DTLS handshake timeouts.
- Returns:
AVS_OK in case of success, or an error code.