Re: My desires for 2.2

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 15 Nov 1997 17:06:57 +0000 (GMT)


> 3) a little TCP bug: if you connect() a non-blocking TCP socket, and
> when the connection is completed (as reported by select()), you re-do
> a call to connect(), it succeeds and returns 0 (both on 2.0.31 and
> 2.1.62). This should fail with EISCONN, as it does on other Unixes.

POSIX 1003.1g would certainly back that up too.

Ok will check it out. Changing it depends on binary compatbility issues
too tho

Alan