OSDN Git Service

Merge branch 'tcp-rack'
authorDavid S. Miller <davem@davemloft.net>
Tue, 27 Jul 2021 19:09:29 +0000 (20:09 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Jul 2021 19:09:29 +0000 (20:09 +0100)
commit2fba2eae30d3401716d56467007d6938c0d580ed
tree40699aa991aa192060e472048665088a7029bfd1
parent409f386b8e5d69ba5b13bb94618b6b668a7a3736
parenta657db0350bb8f568897835b6189c84a89f13292
Merge branch 'tcp-rack'

Neal Cardwell says:

====================
more accurate DSACK processing for RACK-TLP

This patch series includes two minor improvements to tighten up the accuracy of
the processing of incoming DSACK information, so that RACK-TLP behavior is
faster and more precise: first, to ensure we detect packet loss in some extra
corner cases; and second, to avoid growing the RACK reordering window (and
delaying fast recovery) in cases where it seems clear we don't need to.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>