[Bug 9587] IPPROTO_IP instead of IP_PKTINFO

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 5 01:56:34 CDT 2007


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


Kai Blin <blin at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Kai Blin <blin at 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.



More information about the wine-bugs mailing list