-
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.
Defaults¶
16 if
NET_MGMT_EVENT_MONITOR
2
Kconfig definition¶
At <Zephyr>/subsys/net/ip/Kconfig.mgmt:30
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/subsys/net/ip/Kconfig:845
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Network Management API → Add support for runtime network event notifications
config NET_MGMT_EVENT_QUEUE_SIZE
int "Size of event queue"
range 1 1024
default 16 if NET_MGMT_EVENT_MONITOR
default 2
depends on NET_MGMT_EVENT && 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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)