CHANGES.html
changeset 5742 19c79550b371
parent 5532 6e2d5d48dab1
child 5760 4f08a0837018
child 5808 1337475ed924
--- a/CHANGES.html	Mon Nov 16 14:00:51 2009 +0300
+++ b/CHANGES.html	Mon Nov 16 14:10:22 2009 +0300
@@ -59,6 +59,10 @@
 by the ns-3 logging system to report the execution context of each log line.
 <li><b>Object::DoStart</b>: Users who need to complete their object setup at the start of a simulation
 can override this virtual method, perform their adhoc setup, and then, must chain up to their parent.
+
+<li><b>Aod hoc On-Demand Distance Vector (AODV)</b> routing model, 
+<a href=http://www.ietf.org/rfc/rfc3561.txt>RFC 3561</a> </li>
+
 </ul>
 
 <h2>Changes to existing API:</h2>
@@ -122,6 +126,9 @@
 Simulator::SetScheduler (sched);
 </pre>
 
+<li> Extensions to IPv4 <b>Ping</b> application: verbose output and the ability to configure different ping 
+sizes and time intervals (via new attributes)</li>
+
 </ul>
 
 <h2>Changed behavior:</h2>