Skip to content
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

Add IPv4 fallback support on IPv6 failures #4191

Merged
merged 3 commits into from
Feb 12, 2021

Conversation

peppy
Copy link
Member

@peppy peppy commented Feb 10, 2021

Not yet supported by .NET itself, so we need to do this ourselves.The case where this can happen is where DNSv6 succeeds, but the actual connection cannot be established. Without this added logic, a fallback to IPv4 (dns and connection) does not occur.

See inline comments for further rationale.

Closes ppy/osu#3507.

Copy link
Contributor

@smoogipoo smoogipoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks solid to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IPv6 failures don't fallback to IPv4
2 participants