]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
traceroute: Update to 2.1
authorAlexander Marx <alexander.marx@ipfire.org>
Mon, 5 Sep 2016 08:17:30 +0000 (08:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 5 Sep 2016 17:28:22 +0000 (18:28 +0100)
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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
traceroute/traceroute.nm

index 5d3a7f8a1f90954e168360c464ce5456b302fd24..44c4ecc387407c320a618436e21de438d0cdc31b 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = traceroute
-version    = 2.0.12
+version    = 2.1.0
 release    = 1
 
 groups     = Application/Internet