From afb6da3df34fdebb6843598761ef4de5eb0186f6 Mon Sep 17 00:00:00 2001 From: gnawali Date: Fri, 21 Nov 2008 07:19:12 +0000 Subject: [PATCH] some reorg --- doc/txt/tep124.txt | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/doc/txt/tep124.txt b/doc/txt/tep124.txt index 24024230..b3ea292f 100644 --- a/doc/txt/tep124.txt +++ b/doc/txt/tep124.txt @@ -48,28 +48,15 @@ statistics are later used to make these estimates more accurate. 2. Definitions ============================================================================ -2.1 Link Quality --------------------------------------------------------------------- - -The link quality between a directed node pair (A,B) is the probability -that a packet transmitted by A will be successfully received by B. The -bidirectional link quality of an undirected node pair (A,B) is the -product of the link quality of (A,B) and (B,A). This definition -assumes independent link losses. It also includes the case when -the link quality of (A,B) and (B,A) are different; this can occur -due to local interference or noise. - -2.2 In-bound Link Quality +2.1 In-bound Link Quality -------------------------------------------------------------------- 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 by counting the successfully -received packets from A among all the transmitted packets or using -link quality indicators such as LQI and RSSI provided by the radio on -the node B, or some other methods. +received packets from A among all the packets transmitted by B. -2.3 Out-bound Link Quality +2.2 Out-bound Link Quality -------------------------------------------------------------------- In a node pair (A,B), with B as the node of reference, out-bound link @@ -78,6 +65,17 @@ determine the out-bound link quality if A advertises its in-bound link qualities. LEEP is the protocol that is used to exchange the in-bound link qualities. +2.3 Link Quality +-------------------------------------------------------------------- + +The link quality between a directed node pair (A,B) is the probability +that a packet transmitted by A will be successfully received and +acknowledged by B. The bidirectional link quality of an undirected +node pair (A,B) is the product of the link quality of (A,B) and +(B,A). This definition assumes independent link losses. It also +includes the case when the link quality of (A,B) and (B,A) are +different; this can occur due to local interference or noise. + 2.4 Link Information Entry -------------------------------------------------------------------- -- 2.39.2