forked from espressif/esp-idf
bugfix: fix TCP timer interval
This commit is contained in:
@@ -339,7 +339,7 @@ menu "LWIP"
|
|||||||
help
|
help
|
||||||
Speed up the TCP retransmission interval. If disabled,
|
Speed up the TCP retransmission interval. If disabled,
|
||||||
it is recommended to change the number of SYN retransmissions to 6,
|
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
|
config TCP_MAXRTX
|
||||||
int "Maximum number of retransmissions of data segments"
|
int "Maximum number of retransmissions of data segments"
|
||||||
|
Reference in New Issue
Block a user