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

Dirty Fix: Disable IPv6 #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Dirty Fix: Disable IPv6 #10

wants to merge 2 commits into from

Conversation

jkcoxson
Copy link
Contributor

@jkcoxson jkcoxson commented Oct 9, 2023

This code will fix MoabDB for clients that are behind IPv6 addresses.

Many new internet connections are set up with both IPv6 and IPv4. For whatever reason, the server takes a solid 150ish seconds to respond to requests on the IPv6 interface. This fix tells requests that IPv6 isn't an option and to choose the IPv4 endpoint address.

This has the possibility of slowing down/possibly breaking other code the user runs. I doubt this will be a huge problem, as most clients/servers still have an IPv4 endpoint.

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