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
F102958894: D39690.diff
Tue, Nov 19, 5:14 AM
Unknown Object (File)
Oct 19 2024, 8:18 PM
Unknown Object (File)
Sep 25 2024, 9:03 AM
Unknown Object (File)
Sep 20 2024, 6:06 PM
Unknown Object (File)
Sep 17 2024, 7:44 PM
Unknown Object (File)
Sep 17 2024, 3:50 AM
Unknown Object (File)
Sep 16 2024, 4:25 PM
Unknown Object (File)
Sep 16 2024, 11:40 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