diff options
| author | Neal Cardwell <[email protected]> | 2021-07-27 14:42:58 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-07-27 19:07:21 +0000 |
| commit | a657db0350bb8f568897835b6189c84a89f13292 (patch) | |
| tree | 40699aa991aa192060e472048665088a7029bfd1 /net/core/dev_ioctl.c | |
| parent | tcp: more accurately detect spurious TLP probes (diff) | |
| download | kernel-a657db0350bb8f568897835b6189c84a89f13292.tar.gz kernel-a657db0350bb8f568897835b6189c84a89f13292.zip | |
tcp: more accurately check DSACKs to grow RACK reordering window
Previously, a DSACK could expand the RACK reordering window when no
reordering has been seen, and/or when the DSACK was due to an
unnecessary TLP retransmit (rather than a spurious fast recovery due
to reordering). This could result in unnecessarily growing the RACK
reordering window and thus unnecessarily delaying RACK-based fast
recovery episodes.
To avoid these issues, this commit tightens the conditions under which
a DSACK triggers the RACK reordering window to grow, so that a
connection only expands its RACK reordering window if:
(a) reordering has been seen in the connection
(b) a DSACKed range does not match the most recent TLP retransmit
Signed-off-by: Neal Cardwell <[email protected]>
Acked-by: Yuchung Cheng <[email protected]>
Acked-by: Priyaranjan Jha <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/core/dev_ioctl.c')
0 files changed, 0 insertions, 0 deletions
