CONFIG_COAP_KEEP_USER_DATA¶
Enable keeping user data in the CoAP packet
Type: bool
Help¶
This option enables keeping application-specific user data
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/net/lib/coap/Kconfig:79
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:89
→ <Zephyr>/subsys/net/lib/Kconfig:6
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → CoAP Support
config COAP_KEEP_USER_DATA
bool "Enable keeping user data in the CoAP packet"
depends on COAP && NETWORKING
help
This option enables keeping application-specific user data
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)