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

option to re-resolve name->ip on new connection/connection error (fast client) #532

Closed
ldemailly opened this issue Mar 25, 2022 · 0 comments · Fixed by #610
Closed

option to re-resolve name->ip on new connection/connection error (fast client) #532

ldemailly opened this issue Mar 25, 2022 · 0 comments · Fixed by #610
Assignees

Comments

@ldemailly
Copy link
Member

Right now we do the name resolution once per thread, if the connection breaks, we use the same IP (which is faster but doesn't cover dns based traffic shifting)

Add -resolve-each-connect (name tbd) or such to re resolve on connect()

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 a pull request may close this issue.

2 participants