Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 3f43a28a1f242aadeccb1a8a9a5775d994b2b1ac Author: Marek Lindner mareklindner@neomailbox.ch Date: Fri Jun 4 21:50:43 2010 +0000
doc: batman-adv/Multi-link-optimizations-technical
3f43a28a1f242aadeccb1a8a9a5775d994b2b1ac batman-adv/Multi-link-optimizations-technical.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv/Multi-link-optimizations-technical.textile b/batman-adv/Multi-link-optimizations-technical.textile index 953a4fb4..2733371d 100644 --- a/batman-adv/Multi-link-optimizations-technical.textile +++ b/batman-adv/Multi-link-optimizations-technical.textile @@ -25,7 +25,7 @@ In the illustration, we can see 4 nodes with 2 interfaces each. A stream is sent
If a packet comes in, we have two links available for the next hop. We can now search through the list of candidates and can choose a candidate which is not going over the receiving interface.
-This mechanism should avoid interferences and congestion of a wifi channel, and thus should avoid problems with the half-duplex nature of WiFi hardware. As we currently don't see any scenarios where the interface alternating could cause disadvantages, we set it to default in the upcoming batman-adv 0.3.0 release. +This mechanism should avoid interferences and congestion of a wifi channel, and thus should avoid problems with the half-duplex nature of !WiFi hardware. As we currently don't see any scenarios where the interface alternating could cause disadvantages, we set it to default in the upcoming batman-adv 0.3.0 release.
== Bonding ==