On Wed, Aug 24, 2016 at 11:26 AM, David Walker <d...@mudsite.com> wrote:
> I'd like to open voting on my RFC[1] to implement getaddrinfo(). The RFC > implements 4 new socket extension functions to aid in the calling, > examining, and connect/binding of the addrinfo structure. > +1 from me -- let the OS do the lookups. Would you please add example usage and output of socket_addrinfo_explain to the RFC, as that'll drive documentation creation? Also, it may be beneficial to elaborate on the scenarios where socket_addrinfo is easier to use than socket_* and friends (getservbyname for example) and the costs of that ease (eg, behind the scenes DNS queries).