BUG: Sometimes the Win32 recv function can return with the error WSAENOBUFS
but still be read on a subsequent call to recv. Thus, on windows retry several times on this error. The solution is a little hack-y, but at worst it should only cost a couple of seconds when reading on a socket that is not working anyway.
Please register or sign in to comment