diff --git a/CHANGES.html b/CHANGES.html index d203e3645..2018a3b80 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -55,6 +55,12 @@ us a note on ns-developers mailing list.

New API:

@@ -79,10 +85,17 @@ us a note on ns-developers mailing list.

  • In the WifiHelper class in the wifi module, Default has been declared deprecated. This is now immediately handled by the constructor of the class.
  • The API for configuring 802.11n/ac aggregation has been modified to be more user friendly. As any MAC layer attributes, aggregation parameters can now also be configured through WifiMacHelper::SetType.
  • +
  • The class Queue and subclasses derived from it have been changed in two ways: + +
  • Changes to build system:

    Changed behavior:

    @@ -98,6 +111,7 @@ This section is for behavioral changes to the models that were not due to a bug
  • 802.11n/ac MPDU aggregation is now enabled by default for both AC_BE and AC_VI.
  • +
  • The introduction of the traffic control layer leads to some additional buffering by default in the stack; when a device queue fills up, additional packets become enqueued at the traffic control layer.