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, Nov 8, 10:24 AM
Unknown Object (File)
Oct 6 2024, 9:56 PM
Unknown Object (File)
Oct 5 2024, 7:46 PM
Unknown Object (File)
Oct 2 2024, 11:12 PM
Unknown Object (File)
Oct 2 2024, 6:54 PM
Unknown Object (File)
Oct 2 2024, 4:37 AM
Unknown Object (File)
Oct 2 2024, 1:55 AM
Unknown Object (File)
Oct 1 2024, 5:47 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