Re: babel rtt in bird: How to set the RTT equal to the latency?

2024-02-29 Thread Marek Küthe via Bird-users
On Fri, 27 Oct 2023 17:35:24 +0200 Juliusz Chroboczek wrote: > The recommended default values are much more conservative: > > rtt-min 10 > rtt-max 120 > > This causes RTTs below 10ms to be considered as all equally good, and > links above 120ms to all be considered as equally bad. The

Re: babel rtt in bird: How to set the RTT equal to the latency?

2023-10-27 Thread Juliusz Chroboczek
> default type tunnel rtt-min 1 rtt-max 1001 max-rtt-penalty 1000 > enable-timestamps true > ``` > It causes the RTT to be equal to the latency to the other node. More precisely, it causes the cost to be equal to the RTT. The recommended default values are much more conservative: rtt-min 10

Re: babel rtt in bird: How to set the RTT equal to the latency?

2023-10-18 Thread Daniel Gröber
Hi Marek, On Wed, Oct 18, 2023 at 10:49:34PM +0200, Marek Küthe wrote: > I have seen that there is both rtt-min and rtt-max setting in bird, but > no max-rtt-penalty. So my question is how would I represent the above > expression in bird? The `rtt cost` option is the equivalent in bird.

babel rtt in bird: How to set the RTT equal to the latency?

2023-10-18 Thread Marek Küthe
Hello, I have seen that in bird 2.14 the babel rtt extension has been implemented. I was very happy about that! Currently I use the following setting of babeld for rtt: ``` default type tunnel rtt-min 1 rtt-max 1001 max-rtt-penalty 1000 enable-timestamps true ``` It causes the RTT to be equal