CONFIG_LWM2M_COAP_MAX_MSG_SIZE
LWM2M CoAP maximum message size
Type: int
Help
CoAP message size used by LWM2M. Minimum is the block size used
in blockwise transfers.
Default
Kconfig definition
At <Zephyr>/subsys/net/lib/lwm2m/Kconfig:89
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/subsys/net/lib/Kconfig:18
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → OMA LWM2M protocol stack
config LWM2M_COAP_MAX_MSG_SIZE
int "LWM2M CoAP maximum message size"
default LWM2M_COAP_BLOCK_SIZE
depends on LWM2M && NETWORKING
help
CoAP message size used by LWM2M. Minimum is the block size used
in blockwise transfers.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)