The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_MQUEUE_NAMELEN_MAX

Maximum size of a name length

Type: int

Help

Mention length of message queue name in number of characters.

Direct dependencies

POSIX_MQUEUE && POSIX_API

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

Defaults

Kconfig definition

At lib/posix/Kconfig:74

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:19

Menu path: (top menu) → Additional libraries

config MQUEUE_NAMELEN_MAX
    int
    prompt "Maximum size of a name length" if POSIX_MQUEUE && POSIX_API
    range 2 255 if POSIX_MQUEUE && POSIX_API
    default 16 if POSIX_MQUEUE && POSIX_API
    depends on POSIX_MQUEUE && POSIX_API
    help
      Mention length of message queue name in number of characters.

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