Re: [PATCH v25 0/7] MR2786: Add support for AF_UNIX sockets
18 Jun
2023
18 Jun
'23
4:54 a.m.
On Fri Jun 16 17:31:25 2023 +0000, Zebediah Figura wrote:
Do we need to bother with the client thread here? (Could we potentially make the client socket nonblocking instead?) No; making the client socket nonblocking with `ioctlsocket()` causes it to instantly return with `WSAEWOULDBLOCK`. [Microsoft's documentation](https://learn.microsoft.com/en-us/windows/win32/winsock/windows-sockets-erro...) notes:
It is normal for WSAEWOULDBLOCK to be reported as the result from calling connect on a nonblocking SOCK_STREAM socket, since some time must elapse for the connection to be established.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2786#note_36050
915
Age (days ago)
915
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ally Sommers (@dropbear)