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
Unknown Object (File)
Wed, Mar 27, 10:46 AM
Unknown Object (File)
Jan 14 2024, 7:02 AM
Unknown Object (File)
Dec 23 2023, 2:24 PM
Unknown Object (File)
Dec 23 2023, 1:46 AM
Unknown Object (File)
Jun 19 2023, 8:04 PM
Unknown Object (File)
May 2 2023, 8:40 AM
Unknown Object (File)
Apr 19 2023, 5:17 PM

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