Comment Re:Unfortunately, applications still behind the cu (Score 1) 467
Or rather, old applications hardcoded with AF_INET sockets need to be rewritten to use the AF-agnostic POSIX APIs - if you use getaddrinfo(), you generally don't need to care about the AF.
Of course, there's some cross platform complications, but isn't there always...