-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
std::net
lacks reverse DNS lookup
#22608
Comments
So, it turns out that the default behavior of So, I'm wondering whether I should accept the default behavior and document it or collect values of
|
I had another idea: Attempt to parse the result of |
std::old_io::net::addrinfo::get_address_name
accepts anIpAddr
and attempts to resolve it to a hostnameString
. No such functionality exists (as far as I can tell) in the newstd::net
module.I know that the
std::net
module is incomplete and, perhaps, this was already a planned addition. I'm just hoping to make sure that it's not forgotten.The text was updated successfully, but these errors were encountered: