-
Notifications
You must be signed in to change notification settings - Fork 822
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
IPV6_V6ONLY socket option should fail if the socket is bound #982
Comments
With the help of the Windows networking team, we were able to fully implement the IPV6_V6ONLY flag. That resolves this issue. The fix is still in our dev branch, but should soon hit the release branch. |
Just FYI that this is fixed in 14936 (see release notes) |
Great! I tried validating this with our tests, but running those tests on 14936 seems to result in a BSOD. I assume this is the same probablem as #1138 (and as mentioned in the release notes for this build). When that issue is resolved, I will try again. |
@ericeil Just a note that 14942 is now available. |
Closing this out since this should be now resolved in 14942+. |
On build 14905:
Run the following C++ code:
On Linux, attempting to change IPV6_V6ONLY after the socket is bound results in an EINVAL error. On Windows, this call returns success.
The text was updated successfully, but these errors were encountered: