Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 32fd2cb0824eff2c6b18ef3dd2e54968c5340de8 Author: Linus Lüssing linus.luessing@c0d3.blue Date: Fri Jul 1 04:41:12 2011 +0000
doc: batman-adv/OGM
32fd2cb0824eff2c6b18ef3dd2e54968c5340de8 batman-adv/OGM.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/batman-adv/OGM.textile b/batman-adv/OGM.textile index ef452e21..074eb675 100644 --- a/batman-adv/OGM.textile +++ b/batman-adv/OGM.textile @@ -16,8 +16,8 @@ This bears the following advantages from the OGM point of view:
h2. 2. 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. +* 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. +* originator - A node broadcasting its own OGMs (see [[OGM#41-Broadcasting-own-Originator-Message-OGM|section 4.1]] for details) that is therefore addressable within the mesh network routing layer. It is uniquely identifiable by its originator address. [[/|B.A.T.M.A.N.-Advanced]] uses the MAC address of its primary hard interface. * 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 OGM message from a neighbor containing an already received sequence number.