--- 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
------------