This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fhandler_socket::accept() and FIONBIO


I've attached a tiny patch to fix the win98 / WSAENOBUFS problem
reported in
http://cygwin.com/ml/cygwin-developers/2002-07/msg00167.html
(amongst other places).

It turns out to be a minor ding in setting the socket back to
non-blocking in the (blocking) accept call.  Quite why this has
the effect it does on win98, I'll leave to the morning.  This
patch fixes the problem and is obviously the right thing to do:
the details I'm happy to leave 'til later.

Enjoy!

// Conrad

Attachment: ChangeLog.txt
Description: Text document

Attachment: FIONBIO.patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]