Add nix-vector lazy flush to RELEASE_NOTES and CHANGES.html
authorPeter D. Barnes, Jr. <barnes26@llnl.gov>
Tue, 03 Feb 2015 14:36:43 -0800
changeset 11211 c7f9ed853e60
parent 11210 002836cb4ffc
child 11212 4db6a4741ec7
Add nix-vector lazy flush to RELEASE_NOTES and CHANGES.html
CHANGES.html
RELEASE_NOTES
--- a/CHANGES.html	Tue Feb 03 13:48:07 2015 -0800
+++ b/CHANGES.html	Tue Feb 03 14:36:43 2015 -0800
@@ -116,6 +116,9 @@
   </li>
   <li> The LrWpanHelper object was previously instantiating only a LogDistancePropagationLossModel on a SingleModelSpectrumChannel, but no PropagationDelayModel.  The constructor now adds by default a ConstantSpeedPropagationDelayModel.
   </li>
+  <li> The Nix-vector routing implementation now uses a lazy flush mechanism,
+       which dramatically speeds up the creation of large topologies.
+  </li>
 </ul>
 
 <hr>
--- a/RELEASE_NOTES	Tue Feb 03 13:48:07 2015 -0800
+++ b/RELEASE_NOTES	Tue Feb 03 14:36:43 2015 -0800
@@ -92,6 +92,8 @@
 - Bug 2049 - CQI feedback should always use the same calculation method
 - Bug 2053 - In tcp-socket-base.cc, NotifyDataSent incorrectly called with retransmits
 - Bug 2055 - TCP TxBuffer and RxBuffer traces don't work
+- Nix-vector routing implementation now uses a lazy flush mechanism,
+  which dramatically speeds up the creation of large topologies.
 
 Known issues
 ------------