mirror of
https://github.com/nmap/nmap.git
synced 2026-06-27 19:53:10 +00:00
Added a note about Nping's behaviour when doing --traceroute. this is something that needs to be discussed
This commit is contained in:
parent
3db9bc3b7c
commit
20599d15b7
1 changed files with 5 additions and 0 deletions
|
|
@ -218,6 +218,11 @@
|
|||
* Update documentation for option --delay, including that now, time
|
||||
specification as float numbers is supported (eg: --delay 0.1 meaning 100ms)
|
||||
|
||||
* When doing ICMP echo traceroute (with --traceroute), unless the user
|
||||
supplies a custom round count (-c/--count), Nping only sends 5 packets
|
||||
(default round count). This is usually not enough to reach hosts
|
||||
on the internet. What should be the default behaviour? Stick with the
|
||||
default round count of 5 or increment it when --traceroute is set?
|
||||
|
||||
/*****************************************************************************
|
||||
* Things that have been solved already *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue