Date: Wed, 24 Apr 2019 16:39:19 +0200 From: Tom Marcoen <tom.marcoen@gmail.com> To: freebsd-doc@freebsd.org Subject: FreeBSD man page for traceroute(8) Message-ID: <CAJ-iVrOzMs2NqAsoMZOQyEEPTD5iWbTAf2S6pmFkLasstoDChA@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
The "-p" option states that the formula for calculating the port range equals base + 1 to base + nhops * nprobes. However, the parameters "nhops" and "nprobes" are called differently in their respective options to change them. "nprobes" is changed using the option "-q" which names the parameter "nqueries" instead of "nprobes" and "-m" specifies the parameter as "max_ttl" instead of "nhops". I suggest modifying the formula to use the correct parameter names: 123 - number used in probes (default is 33434). 130 - .Em base + nhops + nprobes 123 + number used in queries (default is 33434). 130 + .Em base + max_ttl + nqueries Best regards, Tom Marcoen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-iVrOzMs2NqAsoMZOQyEEPTD5iWbTAf2S6pmFkLasstoDChA>