[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep124.txt,1.10,1.11
Omprakash Gnawali
gnawali at users.sourceforge.net
Sat Feb 7 14:57:48 PST 2009
Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20752
Modified Files:
tep124.txt
Log Message:
tweak to rev2
Index: tep124.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep124.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** tep124.txt 7 Feb 2009 22:55:17 -0000 1.10
--- tep124.txt 7 Feb 2009 22:57:46 -0000 1.11
***************
*** 54,63 ****
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.
2.2 Out-bound Link Quality
--- 54,63 ----
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 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
More information about the Tinyos-2-commits
mailing list