Re[2]: OT: Linux/WINE

2005-07-13 Thread Boros Attila
DF> For instance, we've found that when our Windows code calls DF> closesocket() on a SOCK_STREAM socket (but not on a SOCK_DGRAM socket), DF> wineserver refuses to actually close and release the socket for several DF> minutes, so if you stop our app, you can't start it for several DF> minutes, or

Re: Re[2]: OT: Linux/WINE

2005-07-13 Thread Doug Franklin
Hi Attila, On Wed, 13 Jul 2005 10:00:06 +0300, Boros Attila wrote: > If this happens only with SOCK_STREAM sockets, then maybe your app > has data pending to be sent when it calls closesocket(). [...] Possible. Unlikely but possible. Thanks for the tip. That's definitly something I'll check i