]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/txt/tep119.txt
some more changes
[tinyos-2.x.git] / doc / txt / tep119.txt
index 2f6edce1c024382821b319b755bd02b46d8bdaf1..1fda21c12ba8e7e8776c1d254d314b3b7b3df002 100644 (file)
@@ -204,8 +204,6 @@ component CollectionSenderC::
     }
   }
 
-
-
 This abstraction follows a similar virtualization approach to
 AMSenderC [1_], except that it is parameterized by a collection_id_t
 rather than an am_id_t. As with am_id_t, every collection_id_t SHOULD
@@ -241,9 +239,9 @@ routes. There is a narrow interface -- LinkEstimator -- between the
 link estimator and the routing engine. The one requirement is that
 the quality returned is standardized. A smaller return value from
 LinkEstimator.getQuality(), LinkEstimator.getforwardQuality(),
-LinkEstimator.getreserveQuality() MUST imply that the link to the
+LinkEstimator.getReverseQuality() MUST imply that the link to the
 neighbor is estimated to be of a higher quality than the one that
-results in a smaller return value. The range of value SHOULD be
+results in a larger return value. The range of value SHOULD be
 [0,255] and the variation in link quality in that range SHOULD be
 linear. Radio provided values such as LQI or RSI, beacon based link
 estimation to compute ETX, or their combination are some possible
@@ -404,7 +402,7 @@ broken up into a few groups of functionality:
   * Packet timing: Random, RetxmitTimer
 
 
-5. Author's Address
+5. Author Addresses
 ====================================================================
 
 | Rodrigo Fonseca 
@@ -446,5 +444,5 @@ broken up into a few groups of functionality:
 ====================================================================
 
 .. [1] TEP 116: Packet Protocols
-.. [2] TEP 124: The Collection Tree Protocol (CTP) - (upcoming)
+.. [2] TEP 123: The Collection Tree Protocol (CTP)