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@winehq.org ReportedBy: mrmikejj@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.
http://bugs.winehq.org/show_bug.cgi?id=14159
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Juan Lang juan_lang@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.
http://bugs.winehq.org/show_bug.cgi?id=14159
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |WONTFIX
--- Comment #2 from James Hawkins truiken@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.
http://bugs.winehq.org/show_bug.cgi?id=14159
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from James Hawkins truiken@gmail.com 2008-06-28 12:20:10 --- Closing.