Commit e9bd7bd
committed
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 #6131 parent 0e7caa1 commit e9bd7bd
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments