From: Adriano Marto Reis Date: Sun, 5 Dec 2021 23:41:25 +0000 (+1000) Subject: doc: Updating babel default configuration parameters X-Git-Tag: base_8.2~92^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a665be6a88ded83485210b555511b3a3a3ed1371;p=matthieu%2Ffrr.git doc: Updating babel default configuration parameters Updating babel default configuration parameters rtt-min and max-rtt-penalty according to the actual implementation. Signed-off-by: Adriano Marto Reis --- diff --git a/doc/user/babeld.rst b/doc/user/babeld.rst index 2d9fef13c3..f1866f0b16 100644 --- a/doc/user/babeld.rst +++ b/doc/user/babeld.rst @@ -132,7 +132,7 @@ Babel configuration This specifies the minimum RTT, in milliseconds, starting from which we increase the cost to a neighbour. The additional cost is linear in - (rtt - rtt-min). The default is 100 ms. + (rtt - rtt-min). The default is 10 ms. .. clicmd:: babel rtt-max (1-65535) @@ -144,8 +144,8 @@ Babel configuration .. clicmd:: babel max-rtt-penalty (0-65535) This specifies the maximum cost added to a neighbour because of RTT, i.e. - when the RTT is higher or equal than rtt-max. The default is 0, which - effectively disables the use of a RTT-based cost. + when the RTT is higher or equal than rtt-max. The default is 150. Setting it, + to 0 effectively disables the use of a RTT-based cost. .. clicmd:: babel enable-timestamps