Make IPv6 support for Unix work, and make it a lot simpler in the process.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 16 Apr 2003 23:33:44 +0000 (23:33 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 16 Apr 2003 23:33:44 +0000 (23:33 +0000)
At the moment, we have to assume that getaddrinfo() will only return AF_INET
and AF_INET6 addresses, since we patch in the port number into the sockaddr
later.  Fixing this is probably best done by redesigning the PuTTY network
abstraction a little.

git-svn-id: svn://svn.tartarus.org/sgt/putty@3125 cda61777-01e9-0310-a592-d414129be87e


No differences found