prep for ns-3.2-RC2
authorCraig Dowell <craigdo@ee.washington.edu>
Tue, 09 Sep 2008 11:34:44 -0700
changeset 3667 ba90a28f8c59
parent 3666 596f2bd3c39c
child 3668 5e2260309dca
prep for ns-3.2-RC2
CHANGES.html
--- a/CHANGES.html	Tue Sep 09 18:43:21 2008 +0100
+++ b/CHANGES.html	Tue Sep 09 11:34:44 2008 -0700
@@ -85,6 +85,20 @@
 
 <h2>changes to existing API:</h2>
 
+<li>05-09-2008; changeset 
+<a href="http://code.nsnam.org/ns-3-dev/rev/aa1fb0f43571">aa1fb0f43571</a></li>
+<ul>
+<li>
+Change naming of MTU and packet size attributes in CSMA and Point-to-Point devices<br>
+After much discussion it was decided that the preferred way to think about 
+the different senses of transmission units and encapsulations was to call the 
+MAC MTU simply MTU and to use the overall packet size as the PHY-level attribute
+of interest.  See the Doxygen of CsmaNetDevice::SetFrameSize and 
+PointToPointNetDevice::SetFrameSize for a detailed description.
+</li>
+</ul>
+</li>
+
 <ul>
 <li>25-08-2008; changeset 
 <a href="http://code.nsnam.org/ns-3-dev/rev/e5ab96db540e">e5ab96db540e</a></li>