-
CONFIG_MSG_SIZE_MAX
¶
Maximum size of a message
Type: int
Help¶
Mention maximum size of message in bytes.
Defaults¶
- 16 if
POSIX_MQUEUE
&&PTHREAD_IPC
Kconfig definition¶
At lib/posix/Kconfig:49
Included via Kconfig:10
→ Kconfig.zephyr:33
→ lib/Kconfig:29
Menu path: (top menu) → Additional libraries
config MSG_SIZE_MAX int prompt "Maximum size of a message" ifPOSIX_MQUEUE
&&PTHREAD_IPC
default 16 ifPOSIX_MQUEUE
&&PTHREAD_IPC
depends onPOSIX_MQUEUE
&&PTHREAD_IPC
help Mention maximum size of message in bytes.
(Definitions include propagated dependencies, including from if’s and menus.)