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)
commit792c5eb59e86c1ec50e85b8bf2aee813adb763b7
treee4dd63f8111f365a49fd98a10c76d650aa476a85
parente8e5e30aab4ef90db3c511012bc1a8fa0acebea1
Make IPv6 support for Unix work, and make it a lot simpler in the process.
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
unix/uxnet.c