[Bug 26031] µTorrent loses the ability of listening to incoming connections

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Oct 9 21:13:11 CDT 2011


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

--- Comment #13 from Bruno Jesus <00cpxxx at gmail.com> 2011-10-09 21:13:11 CDT ---
If you kill the application the tcp status will change to time wait preventing
new binds to that port until the timer ends. You can use the SO_REUSEADDR to
prevent that. It happens in windows too.

I'm still wondering why it needs to reopen the listening door. I'm capturing
+winsock logs to see that.

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