public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] traceroute: Update to 2.1
@ 2016-09-05  8:17 Alexander Marx
  0 siblings, 0 replies; only message in thread
From: Alexander Marx @ 2016-09-05  8:17 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 929 bytes --]

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(a)ipfire.org>
---
 traceroute/traceroute.nm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traceroute/traceroute.nm b/traceroute/traceroute.nm
index 5d3a7f8..44c4ecc 100644
--- a/traceroute/traceroute.nm
+++ b/traceroute/traceroute.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = traceroute
-version    = 2.0.12
+version    = 2.1.0
 release    = 1
 
 groups     = Application/Internet
-- 
2.6.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-05  8:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-05  8:17 [PATCH] traceroute: Update to 2.1 Alexander Marx

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox