-
choice: Select TCP stack
Select TCP stack
Type: bool
Help¶
Select the TCP stack implementation to use.
Direct dependencies¶
NET_TCP && !NET_RAW_MODE && NETWORKING
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At subsys/net/ip/Kconfig:435
Included via Kconfig:8 → Kconfig.zephyr:34 → subsys/Kconfig:37 → subsys/net/Kconfig:87
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
choice
bool "Select TCP stack"
default NET_TCP2
depends on NET_TCP && !NET_RAW_MODE && NETWORKING
help
Select the TCP stack implementation to use.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)