Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 3ff0cfd9287d9637879e7ad4b3e227619dcd04a3 Author: Marek Lindner mareklindner@neomailbox.ch Date: Sun Apr 15 22:44:41 2012 +0000
doc: batman-adv/Multi-link-optimizations-technical
3ff0cfd9287d9637879e7ad4b3e227619dcd04a3 batman-adv/Multi-link-optimizations-technical.textile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/batman-adv/Multi-link-optimizations-technical.textile b/batman-adv/Multi-link-optimizations-technical.textile index ec4d3637..c06945d6 100644 --- a/batman-adv/Multi-link-optimizations-technical.textile +++ b/batman-adv/Multi-link-optimizations-technical.textile @@ -3,16 +3,16 @@ h1. Multi-link Optimizations (technical documentation) Mesh nodes with multiple physical links to other mesh nodes can use this capability to gain various benefits, for example:
* bonding: use multiple links for the same data stream to boost bandwidth - * interface alternating: send on other interfaces (and therefore other channels, if configured correctly) to minimize multihop bandwidth degradation + * interface alternating: send on other interfaces (and therefore other channels, if configured correctly) to minimize multi-hop bandwidth degradation
-These features are based on two facts: +These features operate under the following premises:
* multiple links exist between two neighbors, and * the routing decision is independent of the link a packet is received
-Notably, these multi-interface features are independent of B.A.T.M.A.N. and could work with any routing algorithm/metric. The routing software only needs to detect that multiple peers belong to the same neighbor mesh node. This is also not related to Multi Path Routing, which would require multiple independent links. +Notably, these multi-interface features are independent of B.A.T.M.A.N. and could work with any routing algorithm/metric. The routing software only needs to detect that multiple peers belong to the same neighbor mesh node. This is also not related to Multi-Path Routing, which would require multiple independent links.
-Bonding and Interface Alternating works in following steps: +The multi-link optimization procedure can be broken into these steps:
# detect that a neighbor is reachable via multiple links # select suitable candidates among the the available links