[Bug 14159] New: Takes a while to unbind port
http://bugs.winehq.org/show_bug.cgi?id=14159 Summary: Takes a while to unbind port Product: Wine Version: 1.0.0 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: mrmikejj(a)gmail.com After closing an application which has a port bound to it (definetely TCP and possibly UDP), it takes about a minute or two for this port to be released. I have noticed this behaviour when restarting two programs (uTorrent and DC++). If restarted immediately after closing them, uTorrent gets the Red-Unconnectible icon in the bottom tray. DC++ reports that the port is in use and another should be assigned. If closed and left for a few minutes it works as expected. Sorry if this has been reported before, i did search, but failed at finding this issue mentioned before. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=14159 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from Juan Lang <juan_lang(a)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.
http://bugs.winehq.org/show_bug.cgi?id=14159 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |WONTFIX --- Comment #2 from James Hawkins <truiken(a)gmail.com> 2008-06-28 12:19:52 --- I think that would be wontfix, as there is an issue, just not something we can fix on our side. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=14159 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from James Hawkins <truiken(a)gmail.com> 2008-06-28 12:20:10 --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org