Searched refs:csm_tx (Results 1 – 3 of 3) sorted by relevance
88 coap_tick_t csm_tx; member
1265 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;
844 session->csm_tx = 0; in coap_send_pdu()