live: use getaddrinfo() instead of gethostbyname()
gethostbyname() is not thread-safe. This patch is not used in Windows. getaddrinfo() requires XP, and gethostbyname is thread-safe with Winsock.
Showing
Please register or sign in to comment