From d83395db4863024bf63003b79a8082caa8e0bb48 Mon Sep 17 00:00:00 2001 From: gnawali Date: Fri, 14 Dec 2007 20:09:39 +0000 Subject: [PATCH] raz/mike pointed out that getetx returns etx*10 not etx*100 --- doc/txt/tep123.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/txt/tep123.txt b/doc/txt/tep123.txt index 2f8a252b..477d87dc 100644 --- a/doc/txt/tep123.txt +++ b/doc/txt/tep123.txt @@ -72,8 +72,8 @@ ETX of its link to its parent. This additive measure assumes that nodes use link-level retransmissions. Given a choice of valid routes, CTP SHOULD choose the one with the lowest ETX value. CTP represents ETX values as 16-bit fixed-point real numbers with a precision of -hundredths. An ETX value of 451, for example, represents an ETX of -4.51, while an ETX value of 109 represents an ETX of 1.09. +hundredths. An ETX value of 45, for example, represents an ETX of 4.5, +while an ETX value of 10 represents an ETX of 1. Routing loops are a problem that can emerge in a CTP network. Routing loops generally occur when a node choose a new route that has a -- 2.39.2