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
F132605170: D43085.id131520.diff
Sat, Oct 18, 8:53 AM
Unknown Object (File)
Tue, Oct 14, 12:47 AM
Unknown Object (File)
Sun, Oct 12, 5:37 PM
Unknown Object (File)
Sun, Oct 12, 5:37 PM
Unknown Object (File)
Sun, Oct 12, 5:37 PM
Unknown Object (File)
Sun, Oct 12, 6:06 AM
Unknown Object (File)
Sep 8 2025, 12:42 PM
Unknown Object (File)
Aug 31 2025, 9:51 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