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
Unknown Object (File)
Thu, May 8, 8:07 AM
Unknown Object (File)
Mon, May 5, 12:33 PM
Unknown Object (File)
Apr 23 2025, 5:16 PM
Unknown Object (File)
Apr 20 2025, 11:21 AM
Unknown Object (File)
Apr 17 2025, 2:16 PM
Unknown Object (File)
Apr 16 2025, 8:35 PM
Unknown Object (File)
Mar 30 2025, 11:53 PM
Unknown Object (File)
Mar 11 2025, 12:32 AM

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 Not Applicable
Unit
Tests Not Applicable