https://bugs.winehq.org/show_bug.cgi?id=43252
--- Comment #4 from Mark Mankins Mark.Mankins@ngc.com --- Created attachment 60273 --> https://bugs.winehq.org/attachment.cgi?id=60273 Test driver for IcmpSendEcho
This program sends an icmp echo request to localhost and outputs the data returned to the caller.
This program expects a single argument, the number of bytes to send in the icmp echo request payload.
For the current version of wine (3.0rc6), for small values of the payload, wine fails to recognize the icmp echo response. For larger values of the payload, wine recognizes the response but doesn't return the complete payload to the caller.