Page MenuHomeFreeBSD

tcp: properly reset sackhint values when SACK recovery is done
ClosedPublic

Authored by glebius on Dec 29 2024, 12:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 3, 11:35 PM
Unknown Object (File)
Sun, Nov 2, 9:48 AM
Unknown Object (File)
Fri, Oct 24, 8:56 AM
Unknown Object (File)
Sat, Oct 18, 7:01 AM
Unknown Object (File)
Oct 12 2025, 12:53 AM
Unknown Object (File)
Oct 8 2025, 5:27 AM
Unknown Object (File)
Oct 8 2025, 3:11 AM
Unknown Object (File)
Sep 12 2025, 10:16 PM

Details

Summary

When the SACK scoreboard collapses, properly clear all the counters.
The counters are used in tcp_compute_pipe(), which can be called
anytime later after the SACK recovery. The returned result can be
totally bogus, including both too large and too small values.

PR: 283649

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable