Fix minor discrepancy between documentation and implementation: the

destination port is incremented for each packet sent to the same hop.

MFC after:	1 week
This commit is contained in:
Thomas Quinot 2005-04-12 15:16:32 +00:00
parent d1ac5c1981
commit be9ede4a45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144951

View File

@ -151,7 +151,7 @@ the base port number used in probes (default is 33434).
Traceroute hopes that nothing is listening on UDP ports Traceroute hopes that nothing is listening on UDP ports
.I base .I base
to to
.I base + nhops - 1 .I base + nhops * nprobes - 1
at the destination host (so an ICMP PORT_UNREACHABLE message will at the destination host (so an ICMP PORT_UNREACHABLE message will
be returned to terminate the route tracing). If something is be returned to terminate the route tracing). If something is
listening on a port in the default range, this option can be used listening on a port in the default range, this option can be used