▲ | fc417fc802 5 days ago | |||||||
Just connect to the service running on localhost ... I'm curious. Why isn't getaddrinfo implemented in a similar manner to the loaders that graphics APIs use? Shouldn't that functionality be the responsibility of whatever resolver has been installed? | ||||||||
▲ | o11c 4 days ago | parent [-] | |||||||
That is how `getaddrinfo` works under GLIBC; it's called NSS. The problem (well, one of them) is the non-GLIBC implementations that say "we don't need no stinkin' loader!" | ||||||||
|