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

False hops #4

Open
Elbandi opened this issue May 30, 2023 · 0 comments
Open

False hops #4

Elbandi opened this issue May 30, 2023 · 0 comments

Comments

@Elbandi
Copy link

Elbandi commented May 30, 2023

If the ICMP TTL exceed packet come from a different path (there is somewhere a triangle connection), the response TTL is different as the sent. So the hops number is calculated wrong.

Workaround: set the hops from request ttl number. (hops := req.TTL - res.TTL + 1 -> hops = req.TTL)

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

1 participant