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

CONFIG_NET_SOCKETS

BSD Sockets compatible API

Type: bool

Help

Provide BSD Sockets like API on top of native Zephyr networking API.

Direct dependencies

NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

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

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:91subsys/net/lib/Kconfig:30

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries

menuconfig NET_SOCKETS
    bool "BSD Sockets compatible API"
    depends on NETWORKING
    help
      Provide BSD Sockets like API on top of native Zephyr networking API.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)