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:

committed by
David S. Miller

parent
e4ec138413
commit
713bafea92
@@ -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 */
|
||||
|
Reference in New Issue
Block a user