[plt-scheme] tcp-listen and Solaris 10 (sparc)
On May 6, 2006, at 11:29 AM, Matthew Flatt wrote:
> At Fri, 5 May 2006 13:53:10 -0400, Jon Buffington wrote:
>> I am unable to use the tcp-listen function successfully using
>> mzscheme 301 (downloaded binary) or 301.13 (built from source). The
>> tcp-listen function always returns errno=125 even though the port
>> number is available.
>
> I wonder whether something has gone wrong in the IPv6 support. Does it
> work better if you supply a specific hostname or IP address as the
> fourth argument to `tcp-listen'?
Thanks for your suggestion to supply the fourth argument. The tcp-
listen call is successful when I provided both "127.0.0.1" and the
enet's interface IP address, "192.168.40.98". FWIW, the default
parameter works on Mac OS X.4.6.