Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_session_internal.h88 coap_tick_t csm_tx; member
/third_party/libcoap/src/
Dcoap_io.c1265 if (s->csm_tx == 0) {
1266 s->csm_tx = now;
1267 } else if (s->csm_tx + ctx->csm_timeout * COAP_TICKS_PER_SECOND <= now) {
1274 s_timeout = (s->csm_tx + ctx->csm_timeout * COAP_TICKS_PER_SECOND) - now;
Dnet.c844 session->csm_tx = 0; in coap_send_pdu()