-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
net_tcp doesn't use SO_REUSEADDR #3597
Comments
Nominating for milestone 3, feature-complete |
|
Yes. SO_REUSEADDR is very commonly used. |
sounds critical for implementing server. accepted for feature complete (did I mean to say "Servo" above? Not my area of expertise, clearly.) |
I don't think this is relevant in the new runtime's non-blocking I/O (libuv takes care of this stuff internally). |
Closing due to the |
which is really annoying.
The text was updated successfully, but these errors were encountered: