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)
Mon, Dec 23, 11:14 PM
Unknown Object (File)
Nov 24 2024, 9:33 PM
Unknown Object (File)
Nov 20 2024, 10:37 AM
Unknown Object (File)
Nov 14 2024, 7:33 PM
Unknown Object (File)
Nov 13 2024, 3:06 PM
Unknown Object (File)
Nov 8 2024, 7:30 AM
Unknown Object (File)
Nov 8 2024, 7:30 AM
Unknown Object (File)
Nov 6 2024, 10:11 PM

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