You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wraped your code to simple console app and it works as expected for me.
macik2:poll furt$ dotnet run 10.10.80.10
Destination timedout:10.10.80.10
I would recommend to do packet capture for ICMP traffic.
Also note, that on Unix (including OSX/MacOS) the implementation changes depending on user privilege. If possible .net uses RAW sockets and falls back to executing system 'ping' utility if needed.
@gserfont commented on Fri Aug 10 2018
Issue Title
ICMP Destination Unreachable identified as Timeout
General
Using .Net Core 2.1.301 on OSX 10.13.6
SendPingAsync seems to incorrectly report the reason for Ping failure.
The text was updated successfully, but these errors were encountered: