CONFIG_NET_TCP2¶
(No prompt – not directly user assignable.)
Type: bool
Direct dependencies¶
NET_TCP && !NET_RAW_MODE && NETWORKING
(Includes any dependencies from ifs and menus.)
Default¶
- y 
Kconfig definition¶
At <Zephyr Subsystem>/net/ip/Kconfig:469
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:87
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
config NET_TCP2
    bool
    default y
    depends on NET_TCP && !NET_RAW_MODE && NETWORKING
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)