[Olsr-cvs] olsrd-current/files olsrd.conf.default.lq-fisheye, 1.4, 1.5
Bernd Petrovitsch
(spam-protected)
Fri Apr 20 00:25:51 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/files
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31887/files
Modified Files:
olsrd.conf.default.lq-fisheye
Log Message:
* updated example conf file according to elektra's mail on Apr 10. 2007
Index: olsrd.conf.default.lq-fisheye
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/files/olsrd.conf.default.lq-fisheye,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** olsrd.conf.default.lq-fisheye 10 Feb 2007 19:27:32 -0000 1.4
--- olsrd.conf.default.lq-fisheye 19 Apr 2007 22:25:49 -0000 1.5
***************
*** 4,8 ****
# Lines starting with a # are discarded
#
! # This file was shipped with olsrd 0.X.X
#
--- 4,8 ----
# Lines starting with a # are discarded
#
! # This file was shipped with olsrd 0.5.0-unoffical
#
***************
*** 15,19 ****
# If set to 0 the daemon runs in the background
! DebugLevel 2
--- 15,19 ----
# If set to 0 the daemon runs in the background
! DebugLevel 0
***************
*** 23,26 ****
--- 23,39 ----
+ # Don't recalculate the Dijkstra-table for every incoming topology
+ # control packet. There is no need to recalculate the whole table
+ # if a minor change occured several hops away. Small CPUs will start
+ # to glow if you do this in a mesh of considerable size. Rather the table
+ # should be recalculated if a change occured in the neighborhood
+ # of this node. The first number is the number of hops. Nodes within
+ # this number of hops trigger a recalculation of the table. If the
+ # number is 0 no incoming topology control packet will trigger
+ # a recalculation of the table. The second number (floating point!)
+ # is the length ot the interval until the table is recalculated anyway.
+
+ LinkQualityDijkstraLimit 1 6.0
+
# IP version to use (4 or 6)
***************
*** 142,149 ****
Pollrate 0.05
- # Interval to poll network interfaces for configuration
- # changes. Defaults to 2.5 seconds
-
- NicChgsPollInt 3.0
# TC redundancy
--- 155,158 ----
***************
*** 205,208 ****
--- 214,225 ----
#}
+ LoadPlugin "olsrd_httpinfo.so.0.1"
+ {
+ PlParam "port" "8080"
+ PlParam "Host" "127.0.0.1"
+ # PlParam "Host" "80.23.53.22"
+ # PlParam "Net" "10.0.0.0 255.0.0.0"
+ # PlParam "Net" "192.168.0.0 255.255.0.0"
+ }
***************
*** 216,231 ****
# (eg. wlan0 or eth1):
! Interface "XXX" "YYY"
! {
!
! # Olsrd can autodetect changes in NIC
! # configurations(IP address changes etc.).
! # This is Enabled by default and the interval
! # to poll for changes on is defined by
! # NicChgsPollInt.
! # This polling can be disabled pr. NIC by setting
! # AutoDetectChanges to no.
! # AutoDetectChanges yes
# IPv4 broadcast address to use. The
--- 233,240 ----
# (eg. wlan0 or eth1):
! #Interface "eth0" "eth1" "eth2" "wlan0" "ath0" "rausb0"
! Interface "rausb0"
! {
# IPv4 broadcast address to use. The
***************
*** 264,269 ****
HelloValidityTime 200.0
! # TC interval in seconds(float)
! TcInterval 0.5
# TC validity time
--- 273,282 ----
HelloValidityTime 200.0
!
! # TC interval in seconds(float) 0.5 is only viable when
! # LinkQualityFishEye is enabled. Otherwise larger networks would
! # suffocate from a massive protocol overhead of TC-messages
!
! TcInterval 2.5
# TC validity time
***************
*** 283,311 ****
- # When multiple links exist between hosts
- # the weight of interface is used to determine
- # the link to use. Normally the weight is
- # automatically calculated by olsrd based
- # 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
--- 296,306 ----
! # 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
More information about the Olsr-cvs
mailing list