mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-20 13:51:32 +00:00
tcp: retire FACK loss detection
FACK loss detection has been disabled by default and the successor RACK subsumed FACK and can handle reordering better. This patch removes FACK to simplify TCP loss recovery. Signed-off-by: Yuchung Cheng <ycheng@google.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Reviewed-by: Neal Cardwell <ncardwell@google.com> Reviewed-by: Soheil Hassas Yeganeh <soheil@google.com> Reviewed-by: Priyaranjan Jha <priyarjha@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e4ec138413
commit
713bafea92
10 changed files with 12 additions and 77 deletions
|
@ -191,7 +191,6 @@ enum
|
|||
LINUX_MIB_TCPRENORECOVERY, /* TCPRenoRecovery */
|
||||
LINUX_MIB_TCPSACKRECOVERY, /* TCPSackRecovery */
|
||||
LINUX_MIB_TCPSACKRENEGING, /* TCPSACKReneging */
|
||||
LINUX_MIB_TCPFACKREORDER, /* TCPFACKReorder */
|
||||
LINUX_MIB_TCPSACKREORDER, /* TCPSACKReorder */
|
||||
LINUX_MIB_TCPRENOREORDER, /* TCPRenoReorder */
|
||||
LINUX_MIB_TCPTSREORDER, /* TCPTSReorder */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue