[plt-scheme] IPv6?
At Fri, 04 Nov 2005 11:04:24 +1300, Lee Begg wrote:
> The C API for connecting (and listening) have changed slightly, and it is now
> expected that the program will loop through the addresses provided by name
> lookup until it successfully connects. So if localhost maps to ipv4 and
> ipv6, there shouldn't be a problem.
In the SVN trunk, `tcp-connect' tries to connect to each address until
it succeeds with one, and `tcp-listen' creates a listening socket for
every address.
Thanks,
Matthew