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

1.3.12: dgram readv after select bug (Win2k)


Hello,

I think I've discovered a problem with readv from dgram socket under Cygwin:

I wait in a 'select' for data to arrive on a UDP socket. The select tells me there's data
to read, but the 'readv' blocks forever. When I replace the 'readv' with simple 'read'
(without the iovec of course), everything is fine. I did not check the behavior with a
TCP socket.

Thanks,
Edan.


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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