X-Git-Url: http://olsr.org/git/?p=olsrd.git;a=blobdiff_plain;f=files%2Folsrd.conf.default.rfc;h=58f6c74c6a7b9ebcf9d31d20958aa00e2f5fb403;hp=3fdbc734249e57a5d05cb21fd601ba93ec16540c;hb=8cc364c130d14400090ad2207cbea62bbefeb6a2;hpb=a8416e2d06a91930a50664f4c619af3a4f68ae1f;ds=sidebyside diff --git a/files/olsrd.conf.default.rfc b/files/olsrd.conf.default.rfc index 3fdbc734..58f6c74c 100644 --- a/files/olsrd.conf.default.rfc +++ b/files/olsrd.conf.default.rfc @@ -15,6 +15,10 @@ DebugLevel 1 IpVersion 4 +# FIBMetric ("flat", "correct", or "approx") + +FIBMetric "flat" + # Clear the screen each time the internal state changes ClearScreen yes @@ -118,10 +122,9 @@ HystThrLow 0.30 #LinkQualityLevel 0 -# Link quality window size -# Defaults to 10 - -#LinkQualityWinSize 10 +# Link quality aging factor +# Defaults to 0.05, smaller values mean larger LQ window size +# LinkQualityAging 0.1 # Polling rate in seconds(float). # Default value 0.05 sec @@ -267,6 +270,7 @@ Interface "XXX" "YYY" # HNA validity time # HnaValidityTime 15.0 + # When multiple links exist between hosts # the weight of interface is used to determine # the link to use. Normally the weight is @@ -274,9 +278,29 @@ Interface "XXX" "YYY" # on the characteristics of the interface, # but here you can specify a fixed value. # Olsrd will choose links with the lowest value. - + # Note: + # Interface weight is used only when LinkQualityLevel is set to 0. + # For any other value of LinkQualityLevel, the interface ETX + # value is used instead. # Weight 0 + # If a certain route should be preferred + # or ignored by the mesh, the Link Quality + # value of a node can be multiplied with a factor + # entered here. In the example the route + # using 192.168.0.1 would rather be ignored. + # A multiplier of 0.5 will result in a small + # (bad) LinkQuality value and a high (bad) + # ETX value. + # Note: + # Link quality multiplier is used only when + # LinkQualityLevel is > 0. + + # LinkQualityMult 192.168.0.1 0.5 + + # This multiplier applies to all other nodes + # LinkQualityMult default 0.8 + }