mbox

traceroute: Update to 2.1

Message ID 1473063450-20102-1-git-send-email-alexander.marx@ipfire.org
State Accepted
Commit eb62ddf34bc87c9e33dcd313f0eddcc6a56a5251
Headers

Message

Alexander Marx Sept. 5, 2016, 6:17 p.m. UTC
  The main significant change is new adaptive algorithm for waiting.
Traditional traceroute implementation always waited the whole timeout (default 5.0 second) for any probe.
But if we already have some replies from the same hop, or even from some next hop, we can use the round trip time of such a reply as a hint to determine the actual reasonable amount of time to wait.

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
---
 traceroute/traceroute.nm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)