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)
Fri, Aug 21, 11:32 AM
Unknown Object (File)
Aug 15 2026, 11:52 PM
Unknown Object (File)
Aug 13 2026, 7:02 PM
Unknown Object (File)
Aug 12 2026, 2:20 PM
Unknown Object (File)
Aug 12 2026, 12:02 PM
Unknown Object (File)
Aug 12 2026, 10:48 AM
Unknown Object (File)
Aug 10 2026, 9:47 AM
Unknown Object (File)
Aug 8 2026, 4:13 AM
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