Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dcoap.h67 #define OT_COAP_MIN_ACK_TIMEOUT 1000 ///< Minimal ACK timeout in milliseconds supported by OpenThre… macro
/openthread-3.5.0/src/core/coap/
Dcoap.cpp1644 (mAckTimeout >= OT_COAP_MIN_ACK_TIMEOUT) && (mMaxRetransmit <= OT_COAP_MAX_RETRANSMIT)) in IsValid()