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
Currently, there's no way to access the ICMP data on echo. This makes it impossible to see what the reason for a failed ping was, i'd love to be able to check the type and code of the received message.
The text was updated successfully, but these errors were encountered:
pinger.OnRecv() returns the packet, and pinger.OnRecvError() handlers return the packet and packet failure info. Can you be more specific about what's missing?
Currently, there's no way to access the ICMP data on echo. This makes it impossible to see what the reason for a failed ping was, i'd love to be able to check the type and code of the received message.
The text was updated successfully, but these errors were encountered: