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

net: should use getnameinfo for lookupAddr when available #7855

Closed
ianlancetaylor opened this issue Apr 24, 2014 · 3 comments
Closed

net: should use getnameinfo for lookupAddr when available #7855

ianlancetaylor opened this issue Apr 24, 2014 · 3 comments
Milestone

Comments

@ianlancetaylor
Copy link
Contributor

Currently for net.LookupHost we use the system getaddrinfo.  That is useful because it
obeys nsswitch.conf and similar features, and works through firewalls.  Similarly, for
lookupAddr we should get use getnameinfo.
@rsc
Copy link
Contributor

rsc commented Oct 15, 2014

Comment 1:

Labels changed: added release-go1.5, removed release-go1.4.

@bradfitz bradfitz modified the milestone: Go1.5 Dec 16, 2014
@mikioh mikioh self-assigned this Feb 2, 2015
@rsc rsc removed accepted labels Apr 14, 2015
@gopherbot
Copy link

CL https://golang.org/cl/3420 mentions this issue.

@mikioh mikioh closed this as completed in 99f5f79 Jun 17, 2015
@mikioh mikioh removed their assignment Aug 4, 2015
@gopherbot
Copy link

CL https://golang.org/cl/13658 mentions this issue.

@golang golang locked and limited conversation to collaborators Aug 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants