[PATCH] ws2_32: Automatically sets a socket to non-blocking mode when WSAAsyncSelect or WSAEventSelect is called.

Qian Hong qhong at codeweavers.com
Mon May 20 05:05:57 CDT 2013


Fixed http://bugs.winehq.org/show_bug.cgi?id=33076

Reference: 
http://msdn.microsoft.com/en-us/library/windows/desktop/ms741621%28v=vs.85%29.aspx

See also comment in WSAIoctl:
/* AsyncSelect()'ed sockets are always nonblocking */


---
  dlls/ws2_32/socket.c |   12 ++++++++++--
  1 file changed, 10 insertions(+), 2 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ws2_32-Automatically-sets-a-socket-to-non-blocking-mod.txt
Type: text/x-patch
Size: 863 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130520/b5a09d6b/attachment.bin>


More information about the wine-patches mailing list