Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include packet data in Packet #52

Open
jaronoff97 opened this issue Jun 29, 2023 · 1 comment
Open

Include packet data in Packet #52

jaronoff97 opened this issue Jun 29, 2023 · 1 comment

Comments

@jaronoff97
Copy link

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.

@SuperQ
Copy link
Contributor

SuperQ commented Aug 18, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants