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
Ipv6 is enabled in my machine and getaddrinfo returns the ipv6 address first.
Since it is a valid address the socket function does not fail but the connect
function fails because the jabber server is not listening on ipv6. As a result,
the library does not attempt to connect on the ipv4 address and fails to
connect to the server. The library try the second address only if the socket
function fails.
Original issue reported on code.google.com by [email protected] on 9 Sep 2010 at 10:55
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Sep 2010 at 10:55The text was updated successfully, but these errors were encountered: