CONFIG_NET_TCP2

New TCP stack

Type: bool

Help

Enable new TCP stack for Zephyr 2.4

Direct dependencies

<choice: Select TCP stack>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/net/ip/Kconfig:397

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:87

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Select TCP stack

config NET_TCP2
    bool "New TCP stack"
    depends on <choice: Select TCP stack>
    help
      Enable new TCP stack for Zephyr 2.4

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)