IcmpSendEcho2 documentation says:
The ReplyBuffer contains the ICMP echo responses, if any.
For ICMP, if only one request is sent, wouldn't only zero or one responses be expected?
If that's the case, does that mean IcmpSendEcho2 can send multiple requests since it can receive multiple responses? And if so, is there any way to find out how many requests were sent?
The goal of all this is to try and get a packet loss %, but knowing how many requests were sent needs to be known.