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)
Fri, Apr 3, 10:47 PM
Unknown Object (File)
Fri, Apr 3, 12:57 PM
Unknown Object (File)
Fri, Apr 3, 8:32 AM
Unknown Object (File)
Sun, Mar 29, 8:04 PM
Unknown Object (File)
Wed, Mar 25, 5:28 AM
Unknown Object (File)
Mon, Mar 23, 4:19 PM
Unknown Object (File)
Mon, Mar 23, 12:40 PM
Unknown Object (File)
Sun, Mar 22, 6:02 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44150
Build 41038: arc lint + arc unit