src/internet/doc/routing-overview.rst
changeset 10634 a7bd9b8ebb06
parent 10517 eb532be4e19b
child 10689 a506de747327
equal deleted inserted replaced
10633:00a2f1ad4cfc 10634:a7bd9b8ebb06
   222 * IPv4 Optimized Link State Routing (OLSR) (a MANET protocol defined in 
   222 * IPv4 Optimized Link State Routing (OLSR) (a MANET protocol defined in 
   223   :rfc:`3626`)
   223   :rfc:`3626`)
   224 * IPv4 Ad Hoc On Demand Distance Vector (AODV) (a MANET protocol defined in
   224 * IPv4 Ad Hoc On Demand Distance Vector (AODV) (a MANET protocol defined in
   225   :rfc:`3561`)
   225   :rfc:`3561`)
   226 * IPv4 Destination Sequenced Distance Vector (DSDV) (a MANET protocol)
   226 * IPv4 Destination Sequenced Distance Vector (DSDV) (a MANET protocol)
       
   227 * IPv4 Dynamic Source Routing (DSR) (a MANET protocol)
   227 * class Ipv4ListRouting (used to store a prioritized list of routing protocols)
   228 * class Ipv4ListRouting (used to store a prioritized list of routing protocols)
   228 * class Ipv4GlobalRouting (used to store routes computed by the global route
   229 * class Ipv4GlobalRouting (used to store routes computed by the global route
   229   manager, if that is used)
   230   manager, if that is used)
   230 * class Ipv4NixVectorRouting (a more efficient version of global routing that
   231 * class Ipv4NixVectorRouting (a more efficient version of global routing that
   231   stores source routes in a packet header field)
   232   stores source routes in a packet header field)