fix for #3547

Eric Pouech eric.pouech at wanadoo.fr
Mon Oct 24 13:30:08 CDT 2005


basically, our winsock.accept implementation isn't thread safe. When 
several threads were blocking on the same socket for accept, the "first" 
one succefully opens the connection, while the others return an error. 
The correct implementation is to keep them waiting on the same socket.
This patches fixes this.

A+
-- 
Eric Pouech
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ws_reacpt.diff
Type: text/x-patch
Size: 2576 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20051024/50162fb2/ws_reacpt.diff


More information about the wine-patches mailing list