CONFIG_NET_TCP1

Legacy TCP stack (DEPRECATED)

Type: bool

Help

The legacy TCP stack that has been in use since Zephyr 1.0. The legacy TCP stack is deprecated and you should use the new TCP stack instead. The legacy TCP stack will be removed in 2.6 release.

Direct dependencies

<choice: Select TCP stack>

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

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_TCP1
    bool "Legacy TCP stack (DEPRECATED)"
    depends on <choice: Select TCP stack>
    help
      The legacy TCP stack that has been in use since Zephyr 1.0.
      The legacy TCP stack is deprecated and you should use the new TCP
      stack instead. The legacy TCP stack will be removed in 2.6 release.

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