Page MenuHomeFreeBSD

Don't try to adjust a TLS TOE socket that has been closed.
ClosedPublic

Authored by jhb on Dec 11 2020, 9:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 11, 8:33 PM
Unknown Object (File)
Thu, Nov 6, 8:53 PM
Unknown Object (File)
Sun, Nov 2, 5:26 AM
Unknown Object (File)
Oct 17 2025, 2:31 PM
Unknown Object (File)
Oct 14 2025, 11:22 AM
Unknown Object (File)
Oct 11 2025, 6:41 PM
Unknown Object (File)
Oct 11 2025, 6:41 PM
Unknown Object (File)
Oct 11 2025, 9:55 AM
Subscribers

Details

Summary

The handshake timer can race with another thread sending a FIN or RST
to close a TOE TLS socket. Just bail from the timer without
rescheduling if the connection is closed when the timer fires.

Test Plan
  • tested by Chelsio QA

Diff Detail

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