[plt-scheme] IPv6?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Nov 4 09:46:28 EST 2005

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



Posted on the users mailing list.