:orphan: .. title:: CONFIG_NET_SOCKETS_POLL_MAX .. kconfig:: CONFIG_NET_SOCKETS_POLL_MAX CONFIG_NET_SOCKETS_POLL_MAX ########################### *Max number of supported poll() entries* Type: ``int`` Help ==== .. code-block:: none Maximum number of entries supported for poll() call. Direct dependencies =================== \ :kconfig:`NET_SOCKETS ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3 Kconfig definition ================== At ``/net/lib/sockets/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/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 .. code-block:: kconfig 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.)*