> + link quality
> + If set, link quality estimation is performed on this interface.
There are multiple algorithms for estimating link quality, and the one
currently implemented by BIRD is ETX. Hence, I feel that this should not
be a mere switch, but a selector with possible values
Link quality estimation is useful for link types other than wireless,
especially when using babel with tunnels where packet losses do occur.
---
doc/bird.sgml| 6 ++
proto/babel/babel.c | 19 ++-
proto/babel/babel.h | 1 +
proto/babel/config.Y | 5 -
4 files ch