Tartarus CVS: putty: ben

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Thu, 17 Apr 2003 00:33:46 +0100


CVS Root:       /home/cvs
Module:         putty
Changes by:     ben
Date:           Thu Apr 17 2003  00:33:46 BST

Log message:
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.

Modified files:
    unix            : uxnet.c

Links:
http://cvs.tartarus.org//putty/unix/uxnet.c.diff?r1=1.15&r2=1.16