http://bugs.winehq.org/show_bug.cgi?id=7685
------- Additional Comments From damjan.jov@gmail.com 2007-14-03 02:39 ------- I think I might know what's wrong. In some cases, WSASend() needs to block until the entire buffer given to it is sent, while I think wine sometimes returns earlier like the semantics of send(). I'll run some tests this weekend. Wish me luck.