Searched refs:csm_tx (Results 1 – 2 of 2) sorted by relevance
115 coap_tick_t csm_tx; member
1527 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;