From: ben Date: Wed, 16 Apr 2003 23:33:44 +0000 (+0000) Subject: Make IPv6 support for Unix work, and make it a lot simpler in the process. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/792c5eb59e86c1ec50e85b8bf2aee813adb763b7?hp=792c5eb59e86c1ec50e85b8bf2aee813adb763b7 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 ---