[PATCH 4/7] iphlpapi: Implement IcmpSendEcho2Ex() using nsiproxy.

Huw Davies huw at codeweavers.com
Wed Oct 6 06:59:34 CDT 2021


On Wed, Oct 06, 2021 at 02:52:33PM +0300, Gabriel Ivăncescu wrote:
> I had some patches that implement the async requests for IcmpSendEcho2Ex,
> but obviously now it's completely different so need a rewrite. My question
> is if you had planned to look into implementing them as well, or should I
> try to when I have the time?

I haven't any patches waiting, but it should be straight forward now
since the request is already asynchronous.  Feel free to give it a go.

Looking briefly at your patches, I suggest you don't try to implement
the "waiting for the request to finish in IcmpCloseHandle()" behaviour
unless you have an app that actually needs that.

Huw.



More information about the wine-devel mailing list