pro-bing
pro-bing copied to clipboard
Include packet data in Packet
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.
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?