http://bugs.winehq.org/show_bug.cgi?id=16047
--- Comment #19 from Mike Kaplinskiy mike.kaplinskiy@gmail.com 2010-07-15 20:14:32 --- Since you're willing to work on this, see if the following works. Create a helper that takes the same parameters as WSASendTo/WSARecvFrom. Then change all calls to WSASendTo/WSARecvFrom in our ws2_32 code to use the helper instead. Warcraft probably uses several types of send calls within it and garena doesn't expect out of order calls from us.