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

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 25 11:45:36 CDT 2013


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

--- Comment #53 from Dan Kegel <dank at kegel.com> 2013-08-25 11:45:36 CDT ---
Was this fixed on mac by
http://source.winehq.org/git/wine.git/?a=commit;h=197041f1ffe4841b0514701fd22fd4b743a41cd4 
which sets SO_REUSEPORT on Mac if SO_REUSEADDR was specified?

If so, https://lwn.net/Articles/542629/ says this option is available on Linux
as of kernel 3.9, and switching the #ifdef __APPLE__
to #ifdef HAVE_SO_REUSEADDR might make sense.

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