Page MenuHomeFreeBSD

tcp: Rack can crash with the new non-TSO fix..
ClosedPublic

Authored by rrs on Apr 19 2023, 1:03 PM.
Tags
None
Referenced Files
F150619414: D39690.id120669.diff
Thu, Apr 2, 9:01 PM
Unknown Object (File)
Tue, Mar 24, 10:12 PM
Unknown Object (File)
Tue, Mar 17, 11:25 AM
Unknown Object (File)
Tue, Mar 10, 1:27 PM
Unknown Object (File)
Tue, Mar 10, 1:24 AM
Unknown Object (File)
Mar 3 2026, 6:46 AM
Unknown Object (File)
Feb 9 2026, 2:32 AM
Unknown Object (File)
Jan 27 2026, 12:32 AM

Details

Summary

Turns out the location of the check to see if we can do output is in the wrong place. We need
to jump off to the compressed acks before handling that case since th is NULL in the
compressed ack case which is handled differently anyway.

Test Plan

Use connection tools to make sure we can pace properly with the changes.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable