-
- Downloads
On Windows, WSAENOTSOCK is treated the same as EBADF. This is needed because...
On Windows, WSAENOTSOCK is treated the same as EBADF. This is needed because of a race condition (sock is selected just after another thread closes it), which needs a proper fix.
Please register or sign in to comment