Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit f6d5d85bd256394cd4f7ef444e791d0fb14c7fac Author: Linus Lüssing linus.luessing@c0d3.blue Date: Thu May 5 07:55:26 2011 +0000
doc: batman-adv/ELP
f6d5d85bd256394cd4f7ef444e791d0fb14c7fac batman-adv/ELP.textile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/batman-adv/ELP.textile b/batman-adv/ELP.textile index b1f1d05f..cb292489 100644 --- a/batman-adv/ELP.textile +++ b/batman-adv/ELP.textile @@ -15,15 +15,12 @@ h2. Definitions * node - A mesh router which utilizes the B.A.T.M.A.N. protocol as specified in this document on at least one network interface. A node consists of one or more originators. * originator - An addressable entity within one mesh network routing layer. An originator's address has to be unique within a mesh network routing layer and unique on a node. A node's hard-interface may only be utilized by zero or one originator. * hard-interface - Network interface utilized by B.A.T.M.A.N. for its own ethernet frames. -* sliding window - Sequence numbers are recorded in dedicated sliding windows until they are considered out-of range. Thus, such a sliding window always contains the set of recently received sequence numbers. The amount of sequence numbers recorded in the sliding window is used as a metric for the quality of detected links and paths. -* duplicate - A received NDP message from a neighbor containing an already received sequence number. -* out of order - A received NDP message from a neighbor containing a sequence number that is older than the newest sequence number ever received from this neighbor. +* sliding window - Sequence numbers are recorded in dedicated sliding windows until they are considered out-of-range. Thus, such a sliding window always contains the set of recently received sequence numbers. The amount of sequence numbers recorded in the sliding window is used as a metric for the quality of detected links and paths.
h2. Protocol Procedure
- h3. Broadcasting own Neighborhood Discovery Protocol (NDP) Messages