tcp.7: Clarify that RTO == Retransmission Timeout

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-11-20 17:06:27 -05:00
parent 650d7ce060
commit 63f8799fc9
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ In Linux 2.2, the default value was 180.
.TP
.IR tcp_frto " (Boolean; default: disabled)"
Enables F-RTO, an enhanced recovery algorithm for TCP retransmission
timeouts.
timeouts (RTOs).
It is particularly beneficial in wireless environments
where packet loss is typically due to random radio interference
rather than intermediate router congestion.