Home
last modified time | relevance | path

Searched refs:COAP_DTLS_RETRANSMIT_MS (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_dtls_internal.h24 #ifndef COAP_DTLS_RETRANSMIT_MS
25 #define COAP_DTLS_RETRANSMIT_MS 1000 macro
31 #define COAP_DTLS_RETRANSMIT_COAP_TICKS (COAP_DTLS_RETRANSMIT_MS * COAP_TICKS_PER_SECOND / 1000)
/third_party/libcoap/src/
Dcoap_mbedtls.c906 mbedtls_ssl_conf_handshake_timeout(&m_env->conf, COAP_DTLS_RETRANSMIT_MS, in setup_server_ssl_session()
1052 mbedtls_ssl_conf_handshake_timeout(&m_env->conf, COAP_DTLS_RETRANSMIT_MS, in setup_client_ssl_session()
Dcoap_gnutls.c2062 gnutls_dtls_set_timeouts(g_env->g_session, COAP_DTLS_RETRANSMIT_MS, in coap_dtls_new_gnutls_env()