The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_NET_SOCKETS_POLL_MAX

Max number of supported poll() entries

Type: int

Help

Maximum number of entries supported for poll() call.

Direct dependencies

NET_SOCKETS && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/net/lib/sockets/Kconfig:26

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/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" if NET_SOCKETS && NETWORKING
    default 3 if NET_SOCKETS && NETWORKING
    depends on NET_SOCKETS && NETWORKING
    help
      Maximum number of entries supported for poll() call.

(Definitions include propagated dependencies, including from if’s and menus.)