Page MenuHomeFreeBSD

tcp: Preparation for allowing hardware TLS to be able to kick a tcp connection that is retransmitting too much out of hardware and back to software.
ClosedPublic

Authored by rrs on Jun 25 2021, 11:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 8, 5:15 AM
Unknown Object (File)
Sat, Mar 7, 10:25 PM
Unknown Object (File)
Sat, Mar 7, 9:54 AM
Unknown Object (File)
Wed, Mar 4, 6:47 AM
Unknown Object (File)
Mon, Mar 2, 7:34 PM
Unknown Object (File)
Jan 1 2026, 8:12 PM
Unknown Object (File)
Dec 29 2025, 12:09 PM
Unknown Object (File)
Dec 24 2025, 10:12 PM
Subscribers

Details

Summary

Hardware TLS is now supported in some interface cards and it works well. Except that
when we have connections that retransmit a lot we get into trouble with all the retransmits.
This prep step makes way for change that Drew will be making so that we can "kick out" a
session from hardware TLS.

Test Plan

Validate that hw tls is working and the accounting continues to work as expected.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped