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

Implement RFC 6555 (Happy Eyeballs algorithm) for connect_tcp() #69

Closed
agronholm opened this issue Sep 1, 2019 · 1 comment
Closed
Labels
enhancement New feature or request
Milestone

Comments

@agronholm
Copy link
Owner

The RFC 6555 algorithm is used to make sure that any badly configured IPv6 interfaces don't mess with the connection process.

@agronholm agronholm added the enhancement New feature or request label Sep 1, 2019
@agronholm agronholm added this to the 1.2.0 milestone Sep 9, 2019
@agronholm
Copy link
Owner Author

Another problem that this will solve: localhost often resolves to both ::1 and 127.0.0.1, and currently AnyIO will use the former. If the server only listens on IPv4, the result is a "connection refused" error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant