http://bugs.winehq.org/show_bug.cgi?id=9832
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com
--- Comment #7 from Damjan Jovanovic damjan.jov@gmail.com 2007-10-03 00:59:54 --- 14 is IP_DONTFRAGMENT. I don't think Linux has an equivalent flag, but chances are it can be safely ignored (at the moment, it fails with an error, probably confusing the app).
22 is IP_RECEIVE_BROADCAST. "Allows or blocks broadcast reception," says the MSDN. Broadcasts? What broadcasts :-) ? If they mean UDP broadcasts, that's a different flag.
Try setting your Windows version to 2000 or earlier, IP_RECEIVE_BROADCAST wasn't implemented then and maybe the app won't use it. I'll see what I can do about a patch.