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)
Tue, Mar 24, 5:42 PM
Unknown Object (File)
Sun, Mar 22, 7:25 AM
Unknown Object (File)
Wed, Mar 18, 7:04 PM
Unknown Object (File)
Mon, Mar 9, 7:13 AM
Unknown Object (File)
Mon, Mar 2, 5:08 PM
Unknown Object (File)
Feb 8 2026, 4:28 AM
Unknown Object (File)
Feb 8 2026, 12:07 AM
Unknown Object (File)
Feb 1 2026, 2:40 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