Update some stale manual documentation
authorTom Henderson <tomh@tomh.org>
Mon, 03 Jan 2011 16:35:59 -0800
changeset 6771 ceee5c344919
parent 6770 f600bfc2ada9
child 6772 63a8a4ed4054
Update some stale manual documentation
doc/manual/figures/internet-node-send.dia
doc/manual/source/packets.rst
doc/manual/source/routing.rst
Binary file doc/manual/figures/internet-node-send.dia has changed
--- a/doc/manual/source/packets.rst	Mon Jan 03 16:17:05 2011 -0800
+++ b/doc/manual/source/packets.rst	Mon Jan 03 16:35:59 2011 -0800
@@ -314,7 +314,7 @@
   from the packet. Removing one of possibly multiple byte tags is not supported
   by the current API.  
 
-As of *ns-3.5*, Tags are not serialized and deserialized to a buffer when
+As of *ns-3.5* and later, Tags are not serialized and deserialized to a buffer when
 ``Packet::Serialize ()`` and ``Packet::Deserialize ()`` are called; this is an
 open bug.
 
--- a/doc/manual/source/routing.rst	Mon Jan 03 16:17:05 2011 -0800
+++ b/doc/manual/source/routing.rst	Mon Jan 03 16:35:59 2011 -0800
@@ -196,12 +196,15 @@
 Unicast routing
 ***************
 
-There are presently five unicast routing protocols defined for IPv4 and two for
+There are presently seven unicast routing protocols defined for IPv4 and two for
 IPv6:
 
 * class Ipv4StaticRouting (covering both unicast and multicast)
-* IPv4 Optimized Link State Routing (a MANET protocol defined in `RFC 3626
-  <http://www.ietf.org/rfc/rfc3626.txt>`_)
+* IPv4 Optimized Link State Routing (OLSR) (a MANET protocol defined in 
+  `RFC 3626 <http://www.ietf.org/rfc/rfc3626.txt>`_)
+* IPv4 Ad Hoc On Demand Distance Vector (AODV) (a MANET protocol defined in
+  `RFC 3561 <http://www.ietf.org/rfc/rfc3561.txt>`_)
+* IPv4 Destination Sequenced Distance Vector (DSDV) (a MANET protocol)
 * class Ipv4ListRouting (used to store a prioritized list of routing protocols)
 * class Ipv4GlobalRouting (used to store routes computed by the global route
   manager, if that is used)