ats_getbestaddrinfo is already implemented. It's in lib/ts/ink_inet.cc. It's a bit hard to use, I need to improve it :-) but you can see examples if you look at the commits for those issues. The issue is that you can get back both an IPv4 and an IPv6 address. I've filed TS-1070 to remind me to clean it up. If you have suggestions, please put them in comments on that issue.
For some of them I used ats_getbestaddrinfo, others I used getaddrinfo directly, and one I just removed the method because it wasn't used. At this point I don't see much benefit to wrapping getaddrinfo. Saturday, March 31, 2012, 8:56:40 PM, you wrote: > Sure, on all of those tickets you just moved directly to getaddrinfo(), and > I still need to write ats_getbestaddrinfo(), correct? > Brian