]> git.mxchange.org Git - simgear.git/commit
Support non-blocking address lookups, and switch to getaddrinfo over gethostbyname...
authorJames Turner <zakalawe@mac.com>
Sun, 21 Aug 2011 21:30:04 +0000 (22:30 +0100)
committerJames Turner <zakalawe@mac.com>
Sun, 21 Aug 2011 21:30:04 +0000 (22:30 +0100)
commit878b504f8e044bc0e59903caa8641492421b76d8
treee5b56b274a7d766a1d95f60102feabc565ef9a48
parent669ab640da008ff8b7fe2a1360f9c1b04c2f188a
Support non-blocking address lookups, and switch to getaddrinfo over gethostbyname. (Only affects netChannel - raw socket will use blocking behaviour by default, as previously)
simgear/io/CMakeLists.txt
simgear/io/HTTPClient.cxx
simgear/io/HostLookup.cxx [new file with mode: 0644]
simgear/io/HostLookup.hxx [new file with mode: 0644]
simgear/io/raw_socket.cxx
simgear/io/raw_socket.hxx
simgear/io/sg_netChannel.cxx
simgear/io/sg_netChannel.hxx