ESP-IDF
OPENTHREAD_CONFIG_COAP_SERVER_MAX_CACHED_RESPONSES
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OPENTHREAD_CONFIG_COAP_SERVER_MAX_CACHED_RESPONSES
OPENTHREAD_CONFIG_COAP_SERVER_MAX_CACHED_RESPONSES macro
@def OPENTHREAD_CONFIG_COAP_SERVER_MAX_CACHED_RESPONSES Maximum number of cached responses for CoAP Confirmable messages. Cached responses are used for message deduplication.
Syntax
Show:
Summary
Declaration
from
coap.h:54
#define
OPENTHREAD_CONFIG_COAP_SERVER_MAX_CACHED_RESPONSES
10
Examples
References
from
examples
Code
Location
#define
OPENTHREAD_CONFIG_COAP_SERVER_MAX_CACHED_RESPONSES
10
coap.h:54
static
constexpr
uint16_t
kMaxCachedResponses
=
OPENTHREAD_CONFIG_COAP_SERVER_MAX_CACHED_RESPONSES
;
coap.hpp:316
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out