-
Notifications
You must be signed in to change notification settings - Fork 56
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
How do I get the address of the host from which the ICMP packet came? #73
Comments
to get the address of the dropped ICMP packet, I have made such modifications to your library
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In liboping, it is possible to set PING_OPT_TTL and get PING_INFO_RECV_TTL and PING_INFO_RECV_QOS, but how to get PING_INFO_RECV HOST_ADDRESS for trace route???
The text was updated successfully, but these errors were encountered: