add to notes regarding null message parallel scheduler and new time units

This commit is contained in:
Tom Henderson
2013-12-15 22:58:10 -08:00
parent 16deeeaa4f
commit d0391be1b2
2 changed files with 20 additions and 0 deletions

View File

@@ -107,6 +107,12 @@ us a note on ns-developers mailing list.</p>
access, and handover.</li>
</ul>
</li>
<li>A new parallel scheduling algorithm based on null messages, a common
parallel DES scheduling algorithm, has been added. The null message
scheduler has better scaling properties when running on some scenarios
with large numbers of nodes since it does not require a global
communication.
</li>
</ul>
<h2>Changes to existing API:</h2>
@@ -136,6 +142,10 @@ us a note on ns-developers mailing list.</p>
RRC protocol.</li>
<li> UE RRC state model in LTE module has been considerably modified and is
not backward compatible with the previous state model.</li>
<li> Additional time units (Year, Day, Hour, Minute) were added to the time
value class that represents simulation time; the largest unit prior to
this addition was Second.
</li>
</ul>
<h2>Changes to build system:</h2>

View File

@@ -75,6 +75,16 @@ New user-visible features
- IPv6 addresses and routing tables are printed in a more conventional way,
closely matching the Linux "route -A inet6" command.
- Additional time units (Year, Day, Hour, Minute) were added to the time
value class that represents simulation time; the largest unit prior to
this addition was Second.
- A new parallel scheduling algorithm based on null messages, a common
parallel DES scheduling algorithm, has been added. The null message
scheduler has better scaling properties when running on some scenarios
with large numbers of nodes since it does not require a global
communication.
Bugs fixed
----------