]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/txt/tep124.txt
LEEP
[tinyos-2.x.git] / doc / txt / tep124.txt
index 0e8c24137fc3789f8f7c25e34c1d888f938cb317..ab5c8c595370548d1b357248212ac56717ee54d3 100644 (file)
@@ -1,6 +1,6 @@
-============================
+============================================================================
 The Link Estimation Exchange Protocol (LEEP)
-============================
+============================================================================
 
 :TEP: 124 
 :Group: Network Protocol Working Group 
@@ -107,7 +107,7 @@ node identified by the data link source address.
 --------------------------------------------------------------------
 
 A LEEP frame has a header, the payload, and a footer with the Link
-Information (LI) entries as shown in this diagram:
+Information (LI) entries as shown in this diagram::
 
   -------------------------------------------------------------
   |   LEEP   | Payload | LI Entry | LI Entry | ... | LI Entry |
@@ -121,8 +121,10 @@ allowed by the data link layer. A LEEP frame can have 0 Link
 Information entry.
 
 3.3.1 LEEP header
+--------------------------------------------------------------------
+
+The following diagram shows the LEEP header format::
 
-The following diagram shows the LEEP header format:
                            1
        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
@@ -132,14 +134,16 @@ The following diagram shows the LEEP header format:
 
 Field definitions:
 
-nentry - Number of Link Information entries in the footer
-seqno - LEEP sequence number.
-rsrvd - Reserved and must be set to 0.
+  * nentry - Number of Link Information entries in the footer
+  * seqno - LEEP sequence number.
+  * rsrvd - Reserved and must be set to 0.
 
 
 3.3.2 Link Information Entry
+--------------------------------------------------------------------
+
+The following diagram shows the Link Information Entry format::
 
-The following diagram shows the Link Information Entry format:
                            1
        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
@@ -150,9 +154,9 @@ The following diagram shows the Link Information Entry format:
 
 Field definitions:
 
-node id: the link layer address of the neighbor
-link quality: The in-bound link quality from the node identified by node id
-   to the node that transmits this Link Information entry
+  * node id: the link layer address of the neighbor
+  * link quality: The in-bound link quality from the node identified by node id
+    to the node that transmits this Link Information entry
 
 
 4. Implementation