https://bugs.winehq.org/show_bug.cgi?id=55799
Bug ID: 55799 Summary: ws2_32: setsockopt flag IP_RECVIF unimplemented Product: Wine Version: 6.0.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winsock Assignee: wine-bugs@winehq.org Reporter: Littlefighter1996@googlemail.com Distribution: ---
Created attachment 75287 --> https://bugs.winehq.org/attachment.cgi?id=75287 UDP Receive Program
Some applications require IP_RECVIF to be set in order to identify the source (IP Address and Interface) from which a message has been received.
This flag is not implemented, leading to either termination of the program or unexpected behavior.