[PATCH] ping: Implemented -n functionality.
17 Feb
17 Feb
5:42 a.m.
Hello Isira, and thanks for your interest in contributing to Wine! If I remember correctly, ping.exe was supposed to call IcmpSendEcho, but no one has written the code yet. Can you rewrite your patch using IcmpSendEcho instead of calling the external Unix command? -Alex
3:27 p.m.
On 16/02/18 23:42, Alex Henrie wrote:
Hello Isira, and thanks for your interest in contributing to Wine! If I remember correctly, ping.exe was supposed to call IcmpSendEcho, but no one has written the code yet. Can you rewrite your patch using IcmpSendEcho instead of calling the external Unix command?
-Alex
Yes, in general we want to call into Windows APIs where possible, leaving the Windows -> host translation to the lowest level.
2946
Age (days ago)
2946
Last active (days ago)
3 comments
4 participants
participants (4)
-
Alex Henrie -
Isira Seneviratne -
Stefan Dösinger -
Zebediah Figura