-
CONFIG_NET_DEBUG_TCP
¶
Debug TCP
Type: bool
Help¶
Enables TCP handler output debug messages
Direct dependencies¶
NET_TCP
&& NET_LOG
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At subsys/net/ip/Kconfig:183
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
Menu path: (top menu) → Networking → IP stack
config NET_DEBUG_TCP bool prompt "Debug TCP" ifNET_TCP
&&NET_LOG
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_TCP
&&NET_LOG
&& !NET_RAW_MODE
&&NETWORKING
help Enables TCP handler output debug messages
(Definitions include propagated dependencies, including from if’s and menus.)