[Bug 21420] VB6 winsock.close from server will get port stuck for about a minute

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 20 12:23:11 CST 2010


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


Juan Lang <juan_lang at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #2 from Juan Lang <juan_lang at yahoo.com>  2010-01-20 12:23:10 ---
This is a Linux kernel feature, or a Windows bug, depending on your point of
view.  The problem is, a listening socket, after being asked to close, may not
reenter the listen state until the TIME_WAIT state has passed.  The Linux
kernel folks have no intention of changing this, and Wine can't do anything
about it.  You'll need to change your application to avoid it.

In any event, it's not a Wine bug, so marking invalid...

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list