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)
.. 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