CHANGES.html
changeset 5760 4f08a0837018
parent 5742 19c79550b371
child 5776 aae948449722
--- a/CHANGES.html	Thu Nov 19 20:52:09 2009 +0100
+++ b/CHANGES.html	Thu Nov 19 14:39:01 2009 -0800
@@ -59,9 +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>
+<li><b>Ipv4::IsDestinationAddress (Ipv4Address address, uint32_t iif)</b> Method added to support checks of whether a destination address should be accepted 
+as one of the host's own addresses.  RFC 1122 Strong/Weak end system behavior can be changed with a new attribute (WeakEsModel) in class Ipv4.  </li>
 
 </ul>