http://bugs.winehq.org/show_bug.cgi?id=58526
--- Comment #11 from ethan li hahamotor@126.com --- Created attachment 79026 --> http://bugs.winehq.org/attachment.cgi?id=79026 Demo Program for Bug Reproduction (IOCP Server/Client)
I'm writing to share a demo program I've developed for reproducing bugs in IOCP (Input/Output Completion Port) implementations. The program consists of two components: Iocpserver.exe Iocpclient.exe Technical Details: • Compiled with Visual Studio 2019 Attachments:
The compressed package contains four screenshots:
Windows 1 & 2: Native Windows platform execution Linux1 & 2: Results via Wine compatibility layer This should help demonstrate the platform-specific behaviors. The compressed package also includes the source code of the demo program.