-
CONFIG_NET_SOCKETS_POLL_MAX
¶
Max number of supported poll() entries
Type: int
Help¶
Maximum number of entries supported for poll() call.
Defaults¶
- 3 if
NET_SOCKETS
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/sockets/Kconfig:26
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:84
→ subsys/net/lib/Kconfig:29
Menu path: (top menu) → Networking → Network Libraries → BSD Sockets compatible API
config NET_SOCKETS_POLL_MAX int prompt "Max number of supported poll() entries" ifNET_SOCKETS
&&NETWORKING
default 3 ifNET_SOCKETS
&&NETWORKING
depends onNET_SOCKETS
&&NETWORKING
help Maximum number of entries supported for poll() call.
(Definitions include propagated dependencies, including from if’s and menus.)