-
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¶
- 2 if
NET_MGMT_EVENT
&&NET_MGMT
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.mgmt:40
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
→ subsys/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" ifNET_MGMT_EVENT
&&NET_MGMT
&&NETWORKING
range 1 1024 ifNET_MGMT_EVENT
&&NET_MGMT
&&NETWORKING
default 2 ifNET_MGMT_EVENT
&&NET_MGMT
&&NETWORKING
depends onNET_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.)