The latest development version of this page may be more current than this released 2.5.0 version.
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.)

Default

Choice options

Kconfig definition

At subsys/net/ip/Kconfig:435

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

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.)