Skip to content

Conversation

@bengentil
Copy link

The current fallback to ipv6 won't work in most
cases (successful socket.socket(socket.AF_INET)
doesn't means ipv4 connectivity on the remote host).

What we are trying to do, is to connect to the right IP
(v4/v6) depending on DNS records (A / AAAA) and system
preference and it's already done system-wide via
getaddrinfo.

The current fallback to ipv6 won't work in most
cases (successful socket.socket(socket.AF_INET)
doesn't means ipv4 connectivity on the remote host).

What we are trying to do, is to connect to the right IP
(v4/v6) depending on DNS records (A / AAAA) and system
preference and it's already done system-wide via
getaddrinfo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant