[Live-devel] Non Blocking socket returns WSAEWOULDBLOCK (addendum)
Jeff Shanab
jshanab at smartwire.com
Tue Jan 10 15:16:20 PST 2012
Changing code to:
...
int myerrno = envir().getErrno();
envir() << "socket ERROR = " << myerrno << "\n";
if (myerrno == EINPROGRESS || myerrno == WSAEWOULDBLOCK) {
...
Immediately restored operation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120110/440f3ec4/attachment.html>
More information about the live-devel
mailing list