-
CONFIG_NET_SOCKETS
¶
BSD Sockets compatible API
Type: bool
Help¶
Provide BSD Sockets like API on top of native Zephyr networking API.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/lib/sockets/Kconfig:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/net/lib/Kconfig:31
Menu path: (top menu) → Networking → Network Libraries
menuconfig NET_SOCKETS bool prompt "BSD Sockets compatible API" ifNETWORKING
depends onNETWORKING
help Provide BSD Sockets like API on top of native Zephyr networking API.
(Definitions include propagated dependencies, including from if’s and menus.)