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

Size of event queue

Type: int

Help

Numbers of events which can be queued at same time. Note that if a 3rd event comes in, the first will be removed without generating any notification. Thus the size of this queue has to be tweaked depending on the load of the system, planned for the usage.

Direct dependencies

NET_MGMT_EVENT && NET_MGMT && NETWORKING

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

Defaults

Kconfig definition

At subsys/net/ip/Kconfig.mgmt:40

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82subsys/net/ip/Kconfig:575

Menu path: (top menu) → Networking → IP stack → Network Management API

config NET_MGMT_EVENT_QUEUE_SIZE
    int
    prompt "Size of event queue" if NET_MGMT_EVENT && NET_MGMT && NETWORKING
    range 1 1024 if NET_MGMT_EVENT && NET_MGMT && NETWORKING
    default 2 if NET_MGMT_EVENT && NET_MGMT && NETWORKING
    depends on NET_MGMT_EVENT && NET_MGMT && NETWORKING
    help
      Numbers of events which can be queued at same time. Note that if a
      3rd event comes in, the first will be removed without generating any
      notification. Thus the size of this queue has to be tweaked depending
      on the load of the system, planned for the usage.

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