equal
deleted
inserted
replaced
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) |