]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Make IPv6 support for Unix work, and make it a lot simpler in the process.
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 16 Apr 2003 23:33:44 +0000 (23:33 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 16 Apr 2003 23:33:44 +0000 (23:33 +0000)
commit3d69a877cbd2b4c2692fdd94d5dfbebfd5f3ddee
treee4dd63f8111f365a49fd98a10c76d650aa476a85
parentcb58958c4bf1ccaf3f04aff842ab74b6f83d738f
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: http://svn.tartarus.org/sgt/putty@3125 cda61777-01e9-0310-a592-d414129be87e
unix/uxnet.c