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

RUBY-986 Fallback to IPv4 if IPv6 isn't supported #660

Merged
merged 1 commit into from
Jul 23, 2015
Merged

RUBY-986 Fallback to IPv4 if IPv6 isn't supported #660

merged 1 commit into from
Jul 23, 2015

Commits on Jul 23, 2015

  1. RUBY-986 Fallback to IPv4 if IPv6 isn't supported

    Prior to this change, if the provided server address resolved to IPv6
    but the mongo server wasn't configured for IPv6, the client would
    continuously attempt to connect  to the IPv6 address until the
    server_selection_timeout was hit and never fallback to IPv4.
    
    This fixes the behavior to try all the different protocol families in
    the list.
    
    Fixes https://jira.mongodb.org/browse/RUBY-986.
    agis committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    7eeb25e View commit details
    Browse the repository at this point in the history