Home
last modified time | relevance | path

Searched refs:tls_timeout (Results 1 - 1 of 1) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_io.c1398 coap_tick_t tls_timeout = coap_dtls_get_context_timeout(ctx->dtls_context); local
1399 if (tls_timeout > 0) {
1400 if (tls_timeout < now + COAP_TICKS_PER_SECOND / 10)
1401 tls_timeout = now + COAP_TICKS_PER_SECOND / 10;
1403 (int)((tls_timeout - now) * 1000 / COAP_TICKS_PER_SECOND));
1404 if (timeout == 0 || tls_timeout - now < timeout)
1405 timeout = tls_timeout - now;
1449 coap_tick_t tls_timeout = coap_dtls_get_timeout(s, now); local
1450 while (tls_timeout > 0 && tls_timeout <
1547 coap_tick_t tls_timeout = coap_dtls_get_timeout(s, now); global() local
[all...]

Completed in 2 milliseconds