Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_session.h434 #ifndef COAP_DEFAULT_LEISURE
435 #define COAP_DEFAULT_LEISURE (5U) macro
/third_party/libcoap/src/
Dnet.c2531 delay = (COAP_DEFAULT_LEISURE * COAP_TICKS_PER_SECOND * r) / 256; in handle_request()