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

Fix dns pool logic #179

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

Commits on Feb 18, 2017

  1. dns.resolvers: Use resolver from pool if there is something in pool

    Previously this would always leave/ignore one resolver in the pool
    daurnimator committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    7566e46 View commit details
    Browse the repository at this point in the history
  2. dns.resolvers: Avoid potential infinite loop waiting for a resolver

    Previously if there was nothing in pool but more than hiwat resolvers alive, then this would busy loop (not even yielding)
    daurnimator committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    1bcd9f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3ec712 View commit details
    Browse the repository at this point in the history