-
CONFIG_NET_DEBUG_SOCKETS
¶
Debug BSD Sockets compatible API calls
Type: bool
Help¶
Enables logging for sockets code. (Logging level is defined by SYS_LOG_NET_LEVEL setting).
Defaults¶
- “y” if
NET_LOG_GLOBAL
&&NET_SOCKETS
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/sockets/Kconfig:85
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 → BSD Sockets compatible API
config NET_DEBUG_SOCKETS bool prompt "Debug BSD Sockets compatible API calls" ifNET_SOCKETS
&&NETWORKING
default "y" ifNET_LOG_GLOBAL
&&NET_SOCKETS
&&NETWORKING
depends onNET_SOCKETS
&&NETWORKING
help Enables logging for sockets code. (Logging level is defined by SYS_LOG_NET_LEVEL setting).
(Definitions include propagated dependencies, including from if’s and menus.)