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

Traceroute doesn't consider host-timeout #410

Open
tremblerz opened this issue Jun 8, 2016 · 1 comment
Open

Traceroute doesn't consider host-timeout #410

tremblerz opened this issue Jun 8, 2016 · 1 comment

Comments

@tremblerz
Copy link
Contributor

On running sudo nmap --traceroute google.com -Pn -sn -d --host-timeout 0.001s whole output table of traceroute got printed, this is obviously impossible if host-timeout had been working for --traceroute further, I have checked inside the code of traceroute.cc and probably there isn't any provision for checking timeout.

@dmiller-nmap
Copy link

I'm not sure that host timeout matters very much for traceroute, since only 1 packet gets sent to each target during that phase. The rest of the packets get sent to intermediate hops. That said, maybe you should bring this up as a discussion question on the nmap-dev mailing list.

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

No branches or pull requests

2 participants