Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_address.c153 #ifndef COAP_BCST_REFRESH_SECS
154 #define COAP_BCST_REFRESH_SECS 30 macro
222 (now - last_refresh) > (COAP_BCST_REFRESH_SECS * COAP_TICKS_PER_SECOND)) { in coap_is_bcast()