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)
May 9 2024, 4:10 AM
Unknown Object (File)
May 9 2024, 4:09 AM
Unknown Object (File)
May 8 2024, 5:43 PM
Unknown Object (File)
Jan 31 2024, 9:28 AM
Unknown Object (File)
Jan 10 2024, 7:07 AM
Unknown Object (File)
Dec 22 2023, 2:51 PM
Unknown Object (File)
Dec 22 2023, 2:05 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