$cat /proc/sys/net/ipv4/tcp_frto 2 $ Enables Forward RTO-Recovery (F-RTO) defined in RFC4138. F-RTO is an enhanced recovery algorithm for TCP retransmission timeouts. It is particularly beneficial in wireless environments where packet loss is typically due to random radio interference rather than intermediate router congestion. F-RTO is sender-side only modification. Therefore it does not require any support …
Continue reading “Forward RTO-Recovery (F-RTO) defined in RFC4138”