You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A udp socket that is bound to an ipv4 address cannot trivially communicate with an ipv6 address. Despite this we should probably make a better effort when bound to an ipv4 address by:
looking at all addresses from the dns resolution process and find a suitable address (instead of always grabbing the first)
attempting to convert an ipv6 address to an ipv4 mapped address when possible.
The text was updated successfully, but these errors were encountered:
A udp socket that is bound to an ipv4 address cannot trivially communicate with an ipv6 address. Despite this we should probably make a better effort when bound to an ipv4 address by:
The text was updated successfully, but these errors were encountered: