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
F158708471: D48236.diff
Thu, Jun 4, 10:30 PM
Unknown Object (File)
Mon, May 25, 2:08 PM
Unknown Object (File)
Thu, May 14, 4:16 AM
Unknown Object (File)
Thu, May 14, 2:32 AM
Unknown Object (File)
Thu, May 14, 12:55 AM
Unknown Object (File)
Thu, May 14, 12:55 AM
Unknown Object (File)
Tue, May 12, 12:52 PM
Unknown Object (File)
Mon, May 11, 4:41 AM

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