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.