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

Provide DNS feature #363

Closed
carllerche opened this issue May 13, 2018 · 3 comments
Closed

Provide DNS feature #363

carllerche opened this issue May 13, 2018 · 3 comments

Comments

@carllerche
Copy link
Member

This is a placeholder issue for providing an official tokio-dns crate. I will try to write up thoughts soon.

Relates to #343.

@liranringel
Copy link
Contributor

I think 'tokio-dns' is a problematic name since the process of resolving a host may not include dns at all (hosts file, nbns, etc...). Maybe 'tokio-resolve'?

And to be clear, that crate will use the naive os api, right?

@DemiMarie
Copy link

I think this crate should ideally use trust-dns, or at least be configurable to do so. On Redox, I believe that trust-dns IS the native API, and using trust-dns also avoids the need for a thread pool.

@carllerche
Copy link
Member Author

Closing due to inactivity and no current strategy.

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

No branches or pull requests

3 participants