From 0f8dcc1766486f990428232b575e9c1cd3c49f22 Mon Sep 17 00:00:00 2001 From: batrick Date: Fri, 10 Sep 2010 21:45:44 +0000 Subject: [PATCH] typo --- traceroute.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traceroute.cc b/traceroute.cc index d42303adf..23142ef07 100644 --- a/traceroute.cc +++ b/traceroute.cc @@ -106,7 +106,7 @@ necessary to send two probes per target: one at the distance of the target to get a response, and one at distance - 1 to get a cache hit. When the distance isn't known in advance, the algorithm arbitrarily starts at a TTL of 10 and counts downward, then counts upward from 11 until it reaches the target. So a -typeical trace may look like +typical trace may look like TTL 10 -> TTL_EXCEEDED TTL 9 -> TTL_EXCEEDED