Hacker News new | ask | show | jobs
by o11c 640 days ago
getaddrinfo isn't its predecessors, there's nothing error-prone about it. The only thing that's nontrivial is falling back if the first server is unresponsive, and even there the obvious calling code is fine for almost all apps.
1 comments

If you are using getaddrinfo directly, you likely wouldn't bother to implement Happy Eyeballs, for example.
And for almost all programs, that doesn't matter in $CURRENTYEAR.