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

Update the name resolver interface #2603

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

Commits on Jan 29, 2024

  1. Update the name resolver interface

    This commit adds `NIOStreamingResolver` as a replacement for `Resolver`. This resolver is phrased in terms of resolving names to socket addresses, whithout any implication that DNS will be used. It also removes constraints on how results should be delivered, allowing an implementation to stream results as they arrive, without having to wait for a complete response.
    baarde committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    98ff94a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4ab14f View commit details
    Browse the repository at this point in the history