doc/manual/source/routing.rst
changeset 7140 d203296efb63
parent 7137 dbefbad7bee3
equal deleted inserted replaced
7139:79dd02ed46ec 7140:d203296efb63
   265 
   265 
   266 Optimized Link State Routing (OLSR)
   266 Optimized Link State Routing (OLSR)
   267 +++++++++++++++++++++++++++++++++++
   267 +++++++++++++++++++++++++++++++++++
   268 
   268 
   269 This IPv4 routing protocol was originally ported from the OLSR-UM implementation
   269 This IPv4 routing protocol was originally ported from the OLSR-UM implementation
   270 for ns-2. The implementation is found in the src/routing/olsr directory, and an
   270 for ns-2. The implementation is found in the src/olsr directory, and an
   271 example script is in examples/simple-point-to-point-olsr.cc.
   271 example script is in examples/simple-point-to-point-olsr.cc.
   272 
   272 
   273 Typically, OLSR is enabled in a main program by use of an OlsrHelper class that
   273 Typically, OLSR is enabled in a main program by use of an OlsrHelper class that
   274 installs OLSR into an Ipv4ListRoutingProtocol object. The following sample
   274 installs OLSR into an Ipv4ListRoutingProtocol object. The following sample
   275 commands will enable OLSR in a simulation using this helper class along with
   275 commands will enable OLSR in a simulation using this helper class along with