Closed as not planned
Closed as not planned
Description
Describe the feature you'd like supported
I have a situation where end users with unreliable ipv6 setups are being impacted and disabling ipv6 at either the .net runtime level or having the end user disable ipv6 systemwide is the easiest method to remedy the situation. These users are then unable to utilize http3/quic due to the use of dualmode sockets
Proposed solution
Don't use DualMode sockets in environments where ipv6 is disabled/unavailable
Additional context
This was originally raised on the .net runtime github here dotnet/runtime#113100