From: hadmut@... (Hadmut Danisch) Date: 2006-08-03T23:23:25+09:00 Subject: Re: TCPSocket: bind method missing On Thu, Aug 03, 2006 at 10:46:54PM +0900, Francis Cianfrocca wrote: > > Have you tried using the Socket class? You have to set your own > parameters (SOCK_STREAM, AF_INET, etc) but it definitely has #bind. Yup, works. Although some overhead for struct sockaddr. There sould be some sockaddr support in the IPAddr class (which needs some refurbishment in general...). regards Hadmut