[Bug 9587] New: IPPROTO_IP instead of IP_PKTINFO
http://bugs.winehq.org/show_bug.cgi?id=9587 Summary: IPPROTO_IP instead of IP_PKTINFO Product: Wine Version: 0.9.44. Platform: Macintosh OS/Version: Mac OS X 10.4 Status: UNCONFIRMED Severity: minor Priority: P4 Component: wine-net AssignedTo: wine-bugs(a)winehq.org ReportedBy: teloiv(a)gmail.com When running uTorrent 1.7.2 ( http://utorrent.com/download.php )under Windows XP mode, The fixme "fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname 0x00000013" shows up in Wine Log. However, 0x13 is IP_PKTINFO and not IPPROTO_IP. Doesn't prevent anything from working, but it might be important for future reference. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9587 Kai Blin <blin(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from Kai Blin <blin(a)gmx.net> 2007-09-05 01:56:34 --- setsockopt has the following signature: int setsockopt(SOCKET s, int level, int optname, const char* optval, int optlen); As the fixme is saying, the optname 0x13 is unknown for the level IPPROTO_IP. Your comment indicates that you are talking about the level, not the optname. That is not what the fixme is talking about, though. Closing the bug as invalid. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9587 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2008-01-28 05:36:03 --- Closing all RESOLVED INVALID bugs that haven't changed in over three months. -- 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=9587 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|Macintosh |PC -- 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=9587 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Mac OS X 10.4 |Mac OS X -- 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