-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-80184: Set getattr(socket, "SOMAXCONN", 5) as the default queue size for TCPServer #134249
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
gh-80184: Set getattr(socket, "SOMAXCONN", 5) as the default queue size for TCPServer #134249
Conversation
Most changes to Python blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Thanks for the PR, but we should add a NEWS entry as well as a |
Okay, i this change looks right for what was described in the issue. BUT i've done a little more research to double check the implications. we may not want to use In particular Linux - https://bugzilla.kernel.org/show_bug.cgi?id=119141 a better alternative effectively similar to what the intent of 0 was is probably something like:
|
Uh oh!
There was an error while loading. Please reload this page.