Skip to content

Commit 522439b

Browse files
authored
Fix Windows tcpretries as well (#103048) (#103051)
In previous PR #102968 fixed the Linux value but not the Windows one. Relates #102788
1 parent b9fe907 commit 522439b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/setup/sysconfig/tcpretries.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Most Linux distributions default to retransmitting any lost packets 15 times.
1717
Retransmissions back off exponentially, so these 15 retransmissions take over
1818
900 seconds to complete. This means it takes Linux many minutes to detect a
1919
network partition or a failed node with this method. Windows defaults to just 5
20-
retransmissions which corresponds with a timeout of around 6 seconds.
20+
retransmissions which corresponds with a timeout of around 13 seconds.
2121

2222
The Linux default allows for communication over networks that may experience
2323
very long periods of packet loss, but this default is excessive and even harmful

0 commit comments

Comments
 (0)