Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-09-17,master
commit 8e76e0e8ba47b9b1df34944c546a35bf07cbbdc2 Author: Sven Eckelmann sven@narfation.org Date: Tue Sep 17 10:20:14 2019 +0000
doc: batman-adv/BATMAN_V
8e76e0e8ba47b9b1df34944c546a35bf07cbbdc2 batman-adv/BATMAN_V.textile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/batman-adv/BATMAN_V.textile b/batman-adv/BATMAN_V.textile index 6563868..3dbf7f3 100644 --- a/batman-adv/BATMAN_V.textile +++ b/batman-adv/BATMAN_V.textile @@ -18,9 +18,9 @@ B.A.T.M.A.N. V adopts the strategy of 'divide & conquer' to handle these differe
The task separation (neighbor discovery vs mesh routing) bears the following advantages:
- * Reduced overhead, as OGMs can then be sent with a slower interval. The OGM propagation has a squared amount of overhead in worst case scenarios, therefore the the slower intervals are very desirable. - * Neighbor discovery and metric data collection can be performed individually, at different intervals or even different techniques. - * Effort for multiple interface handling can be reduced. +* Reduced overhead, as OGMs can then be sent with a slower interval. The OGM propagation has a squared amount of overhead in worst case scenarios, therefore the the slower intervals are very desirable. +* Neighbor discovery and metric data collection can be performed individually, at different intervals or even different techniques. +* Effort for multiple interface handling can be reduced.
h2. Throughput based metric
@@ -47,6 +47,6 @@ This allows different compatibility strategies:
h2. Technical documentation:
- * neighbor discovery: [[ELP|Echo Location Protocol (ELP)]] - * path metric computation: [[Ogmv2|Originator Message version 2 (OGMv2)]] - * routing tests: [[BATMAN_V_Tests|B.A.T.M.A.N. IV vs B.A.T.M.A.N. V]] \ No newline at end of file +* neighbor discovery: [[ELP|Echo Location Protocol (ELP)]] +* path metric computation: [[Ogmv2|Originator Message version 2 (OGMv2)]] +* routing tests: [[BATMAN_V_Tests|B.A.T.M.A.N. IV vs B.A.T.M.A.N. V]] \ No newline at end of file