[plt-scheme] TCP port numbers

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Oct 31 19:17:31 EST 2006

At Tue, 31 Oct 2006 15:12:26 +0000, Dave Gurnell wrote:
> I see there is a function:
> 
>      tcp-addresses : tcp-port -> (values string string)
> 
> in the net package that gives me the local and remote host names to  
> which a TCP port is connected. Does anybody know of a way to get hold  
> of the port numbers as well?

MzScheme doesn't provide such a function. I'll add this to the list of
gaps to fill in the near future.

Matthew



Posted on the users mailing list.