Home
last modified time | relevance | path

Searched refs:csm_tx (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_session_internal.h115 coap_tick_t csm_tx; member
/third_party/libcoap/src/
Dcoap_io.c1527 if (s->csm_tx == 0) {
1528 s->csm_tx = now;
1529 } else if (s->csm_tx + ctx->csm_timeout * COAP_TICKS_PER_SECOND <= now) {
1536 s_timeout = (s->csm_tx + ctx->csm_timeout * COAP_TICKS_PER_SECOND) - now;