-
CONFIG_NET_TCP_ACK_TIMEOUT
¶
How long to wait for ACK (in milliseconds)
Type: int
Help¶
This value affects the timeout when waiting ACK to arrive in various TCP states. The value is in milliseconds. Note that having a very low value here could prevent connectivity.
Direct dependencies¶
NET_TCP
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1000 if
NET_TCP
&& !NET_RAW_MODE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig:255
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
Menu path: (top menu) → Networking → IP stack
config NET_TCP_ACK_TIMEOUT int prompt "How long to wait for ACK (in milliseconds)" ifNET_TCP
&& !NET_RAW_MODE
&&NETWORKING
range 1 2147483647 ifNET_TCP
&& !NET_RAW_MODE
&&NETWORKING
default 1000 ifNET_TCP
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_TCP
&& !NET_RAW_MODE
&&NETWORKING
help This value affects the timeout when waiting ACK to arrive in various TCP states. The value is in milliseconds. Note that having a very low value here could prevent connectivity.
(Definitions include propagated dependencies, including from if’s and menus.)