From 6d82b0a749a3336c68f70acc0c4cb9390d1185a0 Mon Sep 17 00:00:00 2001 From: ronghulin Date: Thu, 29 Oct 2020 11:15:53 +0800 Subject: [PATCH] bugfix: fix TCP timer interval --- components/lwip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lwip/Kconfig b/components/lwip/Kconfig index 0818c8dc84..7201b3faf6 100644 --- a/components/lwip/Kconfig +++ b/components/lwip/Kconfig @@ -339,7 +339,7 @@ menu "LWIP" help Speed up the TCP retransmission interval. If disabled, it is recommended to change the number of SYN retransmissions to 6, - TCP timer interval to 250, and TCP rto time to 3000. + and TCP initial rto time to 3000. config TCP_MAXRTX int "Maximum number of retransmissions of data segments"