Page MenuHomeFreeBSD

tcp: properly reset sackhint values when SACK recovery is done
Needs ReviewPublic

Authored by glebius on Sun, Dec 29, 12:26 AM.

Details

Reviewers
rscheff
Group Reviewers
transport
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 61376
Build 58260: arc lint + arc unit