summaryrefslogtreecommitdiffstats
path: root/contrib/traceroute
diff options
context:
space:
mode:
authorthomas <thomas@FreeBSD.org>2005-04-12 15:16:32 +0000
committerthomas <thomas@FreeBSD.org>2005-04-12 15:16:32 +0000
commit9221188604a55095a57f3a21a7fcfd43983e8bcf (patch)
tree731a49b3ead43fb82fb8c13f34b917d047e2a2a4 /contrib/traceroute
parent31e06cd56216026af21e143cdaa1918827919485 (diff)
downloadFreeBSD-src-9221188604a55095a57f3a21a7fcfd43983e8bcf.zip
FreeBSD-src-9221188604a55095a57f3a21a7fcfd43983e8bcf.tar.gz
Fix minor discrepancy between documentation and implementation: the
destination port is incremented for each packet sent to the same hop. MFC after: 1 week
Diffstat (limited to 'contrib/traceroute')
-rw-r--r--contrib/traceroute/traceroute.82
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/traceroute/traceroute.8 b/contrib/traceroute/traceroute.8
index 5646be9..0955e23 100644
--- a/contrib/traceroute/traceroute.8
+++ b/contrib/traceroute/traceroute.8
@@ -151,7 +151,7 @@ the base port number used in probes (default is 33434).
Traceroute hopes that nothing is listening on UDP ports
.I base
to
-.I base + nhops - 1
+.I base + nhops * nprobes - 1
at the destination host (so an ICMP PORT_UNREACHABLE message will
be returned to terminate the route tracing). If something is
listening on a port in the default range, this option can be used
OpenPOWER on IntegriCloud