:orphan: .. title:: choice: Select TCP stack .. _choice_416: .. describe:: choice: Select TCP stack *Select TCP stack* Type: ``bool`` Help ==== Select the TCP stack implementation to use. Direct dependencies =================== \ :option:`NET_TCP ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`NET_TCP2 ` Choice options ============== - \ :option:`NET_TCP2 ` - \ :option:`NET_TCP1 ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:435`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. parsed-literal:: choice bool "Select TCP stack" default \ :option:`NET_TCP2 ` depends on \ :option:`NET_TCP ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` help Select the TCP stack implementation to use. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*