:orphan: .. title:: CONFIG_NET_TCP_RETRY_COUNT .. kconfig:: CONFIG_NET_TCP_RETRY_COUNT CONFIG_NET_TCP_RETRY_COUNT ########################## *Maximum number of TCP segment retransmissions* Type: ``int`` Help ==== .. code-block:: none 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<` && !\ :kconfig:`NET_RAW_MODE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 9 Kconfig definition ================== At ``/net/ip/Kconfig:404`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Enable TCP .. code-block:: kconfig config NET_TCP_RETRY_COUNT int "Maximum number of TCP segment retransmissions" default 9 depends on NET_TCP && !NET_RAW_MODE && 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<