From be9ede4a451bcc99dc51e27280347e20164cd3c6 Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Tue, 12 Apr 2005 15:16:32 +0000 Subject: [PATCH] Fix minor discrepancy between documentation and implementation: the destination port is incremented for each packet sent to the same hop. MFC after: 1 week --- contrib/traceroute/traceroute.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/traceroute/traceroute.8 b/contrib/traceroute/traceroute.8 index 5646be938b9f..0955e23af91d 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