We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fe907 commit 522439bCopy full SHA for 522439b
docs/reference/setup/sysconfig/tcpretries.asciidoc
@@ -17,7 +17,7 @@ Most Linux distributions default to retransmitting any lost packets 15 times.
17
Retransmissions back off exponentially, so these 15 retransmissions take over
18
900 seconds to complete. This means it takes Linux many minutes to detect a
19
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.
+retransmissions which corresponds with a timeout of around 13 seconds.
21
22
The Linux default allows for communication over networks that may experience
23
very long periods of packet loss, but this default is excessive and even harmful
0 commit comments