(10-30-2023, 03:23 AM)Boba TC Wrote: About 4 seconds later I get 0[zero] (TReplyStatusTypes::rsTimeOut).
Did you verify with a packet sniffer, like Wireshark, that your ping request is actually being transmitted out to the network, and is being responded to?
Also, make sure you are running your code as an elevated user. TIdIcmpClient uses a RAW socket, which requires admin rights. The command-line ping does not require that.

