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@winehq.org ReportedBy: teloiv@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.
http://bugs.winehq.org/show_bug.cgi?id=9587
Kai Blin blin@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Kai Blin blin@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.
http://bugs.winehq.org/show_bug.cgi?id=9587
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dan Kegel dank@kegel.com 2008-01-28 05:36:03 --- Closing all RESOLVED INVALID bugs that haven't changed in over three months.
http://bugs.winehq.org/show_bug.cgi?id=9587
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|Macintosh |PC
http://bugs.winehq.org/show_bug.cgi?id=9587
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Mac OS X 10.4 |Mac OS X