-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[QUIC] IPv6 addresses don't work on Linux #67301
Comments
Tagging subscribers to this area: @dotnet/ncl Issue Details#66794 replaced The IPv6 functionality on Linux will be fixed once we upgrade to MsQuic 2.0 (tracked by #64554), since that release uses the platform-specific enum values. cc @ManickaP
|
I'm still getting: I'll keep the tests disabled. @rzikm could you give it a look after I put up a PR for the update? |
The problem is the We can either plug |
#67377 was merged, tests pass. Closing |
#66794 replaced
SOCKADDR_INET
structure serialization by existing code inSocketAddress
class, which uses platform-dependent values for the OS-level IPv6 address family enum. However, current version of MsQuic used by runtime uses Windows values on all platforms.The IPv6 functionality on Linux will be fixed once we upgrade to MsQuic 2.0 (tracked by #64554), since that release uses the platform-specific enum values.
cc @ManickaP
The text was updated successfully, but these errors were encountered: