]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Updating babel default configuration parameters
authorAdriano Marto Reis <adrianomarto@gmail.com>
Sun, 5 Dec 2021 23:41:25 +0000 (09:41 +1000)
committerAdriano Marto Reis <adrianomarto@gmail.com>
Wed, 22 Dec 2021 21:32:12 +0000 (07:32 +1000)
Updating babel default configuration parameters rtt-min and
max-rtt-penalty according to the actual implementation.

Signed-off-by: Adriano Marto Reis <adrianomarto@gmail.com>
doc/user/babeld.rst

index 2d9fef13c345736bbbb9eb31e53d1c38a5fc484e..f1866f0b164baf96c4bde7d7fc2f45ff375271a7 100644 (file)
@@ -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