The latest development version of this page may be more current than this released 2.5.0 version.
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 subsys/net/ip/Kconfig:442

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:37subsys/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.)