Mail Archives: cygwin-developers/2000/11/08/15:45:28
On Tue, Nov 07, 2000 at 08:48:35AM +0000, Pete Forman wrote:
> According to POSIX, connect() should never set errno to EAGAIN or
> EWOULDBLOCK. (Those codes are appropriate for accept().)
>
> If the connection cannot be established immediately and O_NONBLOCK
> is set for the file descriptor for the socket, connect( ) shall fail
> and set errno to [EINPROGRESS], but the connection request shall not
> be aborted, and the connection shall be established asynchronously.
> Subsequent calls to connect( ) for the same socket, before the
> connection is established, shall fail and set errno to [EALREADY].
If we can agree that connect() should behave as above, then I'm willing to
provide a patch to make it so. Do we?
Thanks,
Jason
--
Jason Tishler
Director, Software Engineering Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corporation Fax: +1 (732) 264-8798
82 Bethany Road, Suite 7 Email: Jason DOT Tishler AT dothill DOT com
Hazlet, NJ 07730 USA WWW: http://www.dothill.com
- Raw text -