[PATCH v4] Babel: allow choosing link quality estimation algorithm

2024-03-24 Thread Nick Cao via Bird-users
ETX link quality estimation algorithm is useful for link types other than wireless, especially when using babel with tunnels where packet losses do occur. Changes since v3: - Rebased on v2.15.1 --- doc/bird.sgml| 10 ++ proto/babel/babel.c | 8 +++- proto/babel/babel.h |

Re: [RESEND PATCH v3] Babel: allow choosing link quality estimation algorithm

2023-11-09 Thread Nick Cao via Bird-users
The presets are still handled, in babel_iface_finish of proto/babel/config.Y. On 11/9/23 05:25, Toke Høiland-Jørgensen wrote: Nick Cao via Bird-users writes: Resend of the patch in http://trubka.network.cz/pipermail/bird-users/2023-June/017058.html ETX link quality estimation algorithm

Re: Babel RTT mechanism [Was: [RESEND PATCH v3] Babel: allow choosing link quality estimation] algorithm]

2023-11-08 Thread Nick Cao via Bird-users
estimation and the RTT extension at the same time, matching the current behavior of bird. On 11/8/23 11:44, Ondrej Zajicek wrote: On Sat, Oct 28, 2023 at 09:24:56PM -0400, Nick Cao via Bird-users wrote: Resend of the patch in http://trubka.network.cz/pipermail/bird-users/2023-June/017058.html ETX

[RESEND PATCH v3] Babel: allow choosing link quality estimation algorithm

2023-10-28 Thread Nick Cao via Bird-users
Resend of the patch in http://trubka.network.cz/pipermail/bird-users/2023-June/017058.html ETX link quality estimation algorithm is useful for link types other than wireless, especially when using babel with tunnels where packet losses do occur. --- doc/bird.sgml| 10 ++

[PATCH v3] Babel: allow choosing link quality estimation algorithm

2023-06-26 Thread Nick Cao via Bird-users
ETX link quality estimation algorithm is useful for link types other than wireless, especially when using babel with tunnels where packet losses do occur. Changes since v2: - change option type from bool to enum - document the properties of the two algorithms Changes since v1: - fix missing

[PATCH v2] 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. Changes since v1: - fix missing reference to link quality in example configuration - fix mishandling of default configuration --- doc/bird.sgml|

[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