Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TLS handshake rate limiter #1904

Closed
plorenz opened this issue Apr 5, 2024 · 0 comments
Closed

Add TLS handshake rate limiter #1904

plorenz opened this issue Apr 5, 2024 · 0 comments
Assignees

Comments

@plorenz
Copy link
Member

plorenz commented Apr 5, 2024

TLS handshakes can consume a significant portion of CPU time, not leaving time for anything. Also, they can get slow enough that by the time they are done, the connection has timed out. Rate limit them so we can still get work done and aren't doing wasted handshakes

@plorenz plorenz self-assigned this Apr 5, 2024
plorenz added a commit that referenced this issue Apr 5, 2024
plorenz added a commit that referenced this issue Apr 9, 2024
@plorenz plorenz closed this as completed in 8f4f994 Apr 9, 2024
plorenz added a commit that referenced this issue Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant