On Wed, Dec 12, 2001 at 02:36:10AM +0000, Kay M wrote: > OK I didnt mean connecting in the socket API sense.....erm but when bind > takes place an error is given. I specified 127.255.255.255 and even > INADDR_BROADCAST......still same error. > > Even tried some demo files from socket book. # > > All ok with Linux.
Did you call setsockopt(..., SO_REUSEADDR, ...) before binding? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/