Page MenuHomeFreeBSD

tcp_ratelimit: Handle some edge cases with TLS + RL send tags.
ClosedPublic

Authored by jhb on Jan 28 2022, 9:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Feb 5, 7:15 AM
Unknown Object (File)
Dec 5 2024, 12:13 PM
Unknown Object (File)
Oct 24 2024, 3:38 AM
Unknown Object (File)
Oct 5 2024, 7:09 AM
Unknown Object (File)
Oct 3 2024, 8:58 PM
Unknown Object (File)
Oct 3 2024, 11:48 AM
Unknown Object (File)
Oct 3 2024, 1:50 AM
Unknown Object (File)
Oct 2 2024, 11:47 PM

Details

Summary
  • After a connection has fallen back from NIC TLS to SW TLS, any pacing rate changes should modify the inpcb send tag even though SB_TLS_IFNET is set.
  • If a connection tries to modify the pacing rate before the send tag has been converted from plain TLS to TLS + RL, don't fail the rate request set but let it fall through to setting the rate on the non-TLS inpcb RL tag.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable