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
F116605993: D43085.id131519.diff
Thu, May 8, 8:07 AM
Unknown Object (File)
Mon, May 5, 12:33 PM
Unknown Object (File)
Wed, Apr 23, 5:16 PM
Unknown Object (File)
Sun, Apr 20, 11:21 AM
Unknown Object (File)
Thu, Apr 17, 2:16 PM
Unknown Object (File)
Wed, Apr 16, 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