Hi, > Do you know whether the getaddrinfo() call in ip.cpp, used to resolve > a hostname, will requery DNS each time? POSIX is not specific about how the query is done. It is not even specifically tied to DNS. So, implementation details are left to OS implementors. Martin