Re-implemented the TCPSocket classes, using getaddrinfo().
commit9ecbfb1c466e95886bb51410a2f526d3a9b43514
authorstrange <kawk256@gmail.com>
Sat, 12 Dec 2009 21:12:40 +0000 (12 14:12 -0700)
committerstrange <kawk256@gmail.com>
Sat, 12 Dec 2009 21:12:40 +0000 (12 14:12 -0700)
treeda3afe9690f9b463dff597ccc1bc2676a1cccc77
parent60e3c0660c1499c96d85573595e1d7290d100524
Re-implemented the TCPSocket classes, using getaddrinfo().

This not only makes them IPv6-compliant, but also might solve the issues that
were cropping up before . . .

We'll see.
src/misc/String.h
src/platform/TCPServerSocket.cpp
src/platform/TCPSocket.cpp