:orphan: .. title:: NET_TCP_RETRY_COUNT .. option:: CONFIG_NET_TCP_RETRY_COUNT *Maximum number of TCP segment retransmissions* Type: ``int`` Help ==== The following formula can be used to determine the time (in ms) that a segment will be be buffered awaiting retransmission: n=NET_TCP_RETRY_COUNT Sum((1<` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 9 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:389`` 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 → Enable TCP .. parsed-literal:: config NET_TCP_RETRY_COUNT int "Maximum number of TCP segment retransmissions" default 9 depends on \ :option:`NET_TCP ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` help The following formula can be used to determine the time (in ms) that a segment will be be buffered awaiting retransmission: n=NET_TCP_RETRY_COUNT Sum((1<