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
F131985085: D30895.diff
Sun, Oct 12, 5:30 PM
Unknown Object (File)
Sat, Oct 4, 4:20 AM
Unknown Object (File)
Sep 6 2025, 8:48 AM
Unknown Object (File)
Sep 4 2025, 12:37 PM
Unknown Object (File)
Sep 2 2025, 7:21 PM
Unknown Object (File)
Aug 23 2025, 7:53 PM
Unknown Object (File)
Aug 23 2025, 7:17 PM
Unknown Object (File)
Aug 23 2025, 4:51 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