[Bug 14159] Takes a while to unbind port

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 28 12:15:58 CDT 2008


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


Juan Lang <juan_lang at yahoo.com> changed:

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




--- Comment #1 from Juan Lang <juan_lang at yahoo.com>  2008-06-28 12:15:57 ---
This is due to the close timeout implement by the Linux kernel:  once a socket
is closed, it remains in the TIME_WAIT state until the timer expires, even if
the process that created it has quit.  Windows makes the port immediately
available.

I don't think we can do much about this one since it's in the kernel.  You can
take it up with the kernel devs if you like.


-- 
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