:orphan: .. title:: NET_TCP2 .. option:: CONFIG_NET_TCP2 *New TCP stack* Type: ``bool`` Help ==== Enable new TCP stack for Zephyr 2.4 Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:442`` 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 → Select TCP stack .. parsed-literal:: config NET_TCP2 bool "New TCP stack" depends on \ :ref:` ` help Enable new TCP stack for Zephyr 2.4 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*