Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common/sockets: fix logic error in WIN32 sock_set_nonblocking() impl
According to https://learn.microsoft.com/en-us/windows/win32/winsock/winsock-ioctls "The lpvInBuffer parameter points at an unsigned long (QoS), which is nonzero if non-blocking mode is to be enabled and zero if it is to be disabled." Closes #613
- Loading branch information