Date: Sat, 16 Jan 1999 21:05:13 -0800 (PST) From: Jason Evans <jasone@canonware.com> To: freebsd-stable@FreeBSD.ORG Subject: connect() returns EAGAIN Message-ID: <Pine.BSF.4.05.9901162056220.27422-100000@sturm.canonware.com>
next in thread | raw e-mail | index | archive | help
I've been working on some code that does a non-blocking socket connect(). According to the manpage and Stevens's UNP 2nd Ed., connect() should return EINPROGRESS if the connection isn't able to be established immediately. -stable returns EAGAIN instead. EAGAIN appears to be an invalid return value for connect(). This problem doesn't appear to exist under -current. Is this the sort of thing that is likely to get fixed in the 2.2.x branch at this point, or is this too insignificant to fix now? Thanks, Jason Jason Evans <jasone@canonware.com> http://www.canonware.com/~jasone Home phone: (650) 856-8204 Work phone: (415) 808-8742 "I once knew a happy medium. Her name was Zohar." - James Foster To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9901162056220.27422-100000>