Re: [PATCH] Babel: allow enabling link quality estimation manually

2023-06-26 Thread Juliusz Chroboczek
> + 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

[PATCH] Babel: allow enabling link quality estimation manually

2023-06-22 Thread Nick Cao via Bird-users
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