]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
tweak to rev2
authorgnawali <gnawali>
Sat, 7 Feb 2009 22:57:46 +0000 (22:57 +0000)
committergnawali <gnawali>
Sat, 7 Feb 2009 22:57:46 +0000 (22:57 +0000)
doc/txt/tep124.txt

index c1fbf922602fba05c7738f8420fd28f9c9ebf5e0..0edc9cad8e1ac05f391adc671b6f05a39854a4af 100644 (file)
@@ -53,12 +53,12 @@ statistics can later be used to make these estimates more accurate.
 
 In a node pair (A,B), with B as the node of reference, in-bound link
 quality is a value in the range of 0 to 255 that describes the quality
-of the link from A to B estimated by B as the fraction of successfully
-received packets from A. Thus, in-bound link quality is the empirical
-probability that a packet will be successfully received on a given
-link. A value of 255 represents a probability of 1 and a value of 0
-represents a probability of 0 of successfully receiving a packet on a
-given link.
+of the link from A to B estimated by B as the ratio of successfully
+received and all packets transmitted by A. Thus, in-bound link quality
+is the empirical probability that a packet will be successfully
+received on a given link. A value of 255 represents a probability of 1
+and a value of 0 represents a probability of 0 of successfully
+receiving a packet on a given link.
 
 2.2 Out-bound Link Quality
 --------------------------------------------------------------------