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
F107012877: D27583.id.diff
Wed, Jan 8, 11:19 PM
Unknown Object (File)
Wed, Jan 1, 8:12 PM
Unknown Object (File)
Wed, Dec 11, 2:27 AM
Unknown Object (File)
Dec 10 2024, 7:19 AM
Unknown Object (File)
Nov 27 2024, 6:40 PM
Unknown Object (File)
Nov 22 2024, 4:49 PM
Unknown Object (File)
Nov 15 2024, 9:44 AM
Unknown Object (File)
Nov 15 2024, 6:46 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