Page MenuHomeFreeBSD

tcp: properly unroll sack transmission on tx error with LRD
ClosedPublic

Authored by rscheff on Dec 18 2023, 11:25 AM.
Tags
None
Referenced Files
F126771186: D43085.id131520.diff
Sat, Aug 23, 7:53 PM
Unknown Object (File)
Jul 3 2025, 9:40 AM
Unknown Object (File)
Jun 24 2025, 3:24 PM
Unknown Object (File)
Jun 11 2025, 11:10 PM
Unknown Object (File)
Jun 10 2025, 10:02 PM
Unknown Object (File)
May 8 2025, 8:07 AM
Unknown Object (File)
May 5 2025, 12:33 PM
Unknown Object (File)
Apr 23 2025, 5:16 PM

Details

Summary

While going over the code looing at PR275798, I spotted that
with LRD the rewind of the sackhole retransmission pointer
would not necessarily be calculcated correctly. In particular
with LRD, we point to snd_recover when a hole is fully retransmitted.
Need to account for that in case of a local transmission error.

PR: 275798
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 54985
Build 51874: arc lint + arc unit