CONFIG_MSG_SIZE_MAX

Maximum size of a message

Type: int

Help

Mention maximum size of message in bytes.

Direct dependencies

POSIX_MQUEUE && PTHREAD_IPC

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At lib/posix/Kconfig:49

Included via Kconfig:10Kconfig.zephyr:33lib/Kconfig:29

Menu path: (top menu) → Additional libraries

config MSG_SIZE_MAX
    int
    prompt "Maximum size of a message" if POSIX_MQUEUE && PTHREAD_IPC
    default 16 if POSIX_MQUEUE && PTHREAD_IPC
    depends on POSIX_MQUEUE && PTHREAD_IPC
    help
      Mention maximum size of message in bytes.

(Definitions include propagated dependencies, including from if’s and menus.)