This is the mail archive of the cygwin@sourceware.cygnus.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]

posix compliance of sockets


Hi all,

I'm having problems with the recv() call under Cygwin.  Under posix (or at
least on Solaris and Irix) this call will not block on io unless you set a
flag (MSG_WAITALL), however the cygwin/socket.h file does not define this
constant and always blocks on io in my code.  has anyone else had similar
problems with socket calls?  

arlen

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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