CONFIG_NET_SOCKETS_POLL_MAX
Max number of supported poll() entries
Type: int
Help
Maximum number of entries supported for poll() call.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
3
Kconfig definition
At <Zephyr>/subsys/net/lib/sockets/Kconfig:42
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/subsys/net/lib/Kconfig:30
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → BSD Sockets compatible API
config NET_SOCKETS_POLL_MAX
int "Max number of supported poll() entries"
default 3
depends on NET_SOCKETS && NETWORKING
help
Maximum number of entries supported for poll() call.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)