Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_session_internal.h85 coap_tick_t last_tx_rst; member
/third_party/libcoap/src/
Dnet.c3147 if (session->last_tx_rst + COAP_TICKS_PER_SECOND/4 < now) { in coap_dispatch()
3149 session->last_tx_rst = now; in coap_dispatch()