:orphan: .. title:: NET_SOCKETS_POLL_MAX .. option:: CONFIG_NET_SOCKETS_POLL_MAX *Max number of supported poll() entries* Type: ``int`` Help ==== Maximum number of entries supported for poll() call. Direct dependencies =================== \ :option:`NET_SOCKETS ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/sockets/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``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 .. parsed-literal:: config NET_SOCKETS_POLL_MAX int "Max number of supported poll() entries" default 3 depends on \ :option:`NET_SOCKETS ` && \ :option:`NETWORKING ` help Maximum number of entries supported for poll() call. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*