Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 9543ef830043dd975fef909bdfdddfd4a2c72498 Author: Linus Lüssing linus.luessing@c0d3.blue Date: Sat May 7 06:09:52 2011 +0000
doc: batman-adv/ELP
9543ef830043dd975fef909bdfdddfd4a2c72498 batman-adv/ELP.textile | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/batman-adv/ELP.textile b/batman-adv/ELP.textile index 5324f045..fcca46ec 100644 --- a/batman-adv/ELP.textile +++ b/batman-adv/ELP.textile @@ -144,3 +144,13 @@ A node may purge a neighbor interface from its neighbor list when its RQ value r h2. Proposed Values for Constants
* _WINDOW_SIZE_: 2^32 + +---- + +h1. Further Ideas for Optimizations + +h2. EWMA - Exponentially Weighted Moving Average + +Use the an exponential function to calculate the new RQ value. To be able to have both faster and more stable link quality measurements then +with the current SMA of 64-bit window size. +