]> asedeno.scripts.mit.edu Git - PuTTY.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)
commite7c7f5e3f84bc5729057a8a08eac6489d1c1fa29
treee4dd63f8111f365a49fd98a10c76d650aa476a85
parent18bf5c62b73d9e1d39cc6063546f6ddd1ee24408
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.

[originally from svn r3125]
unix/uxnet.c