diff --git a/CHANGES.html b/CHANGES.html index 2b3442cf1..8aff15d89 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -86,6 +86,7 @@ or with a string value with 'b' (bytes) or 'p' (packets) suffix, such as:
  • The PacketLimit attribute of the FqCoDelQueueDisc class, that had been deprecated in favor of the MaxSize attribute in ns-3.28, has now been removed and cannot be used anymore. Likewise, the methods to get/set the old PacketLimit attribute have been removed as well. The GetMaxSize/SetMaxSize methods of the base QueueDisc class must be used instead.
  • The Mode and QueueLimit attributes of the PieQueueDisc class, that had been deprecated in favor of the MaxSize attribute in ns-3.28, have now been removed and cannot be used anymore. Likewise, the methods to get/set the old attributes have been removed as well. The GetMaxSize/SetMaxSize methods of the base QueueDisc class must be used instead.
  • The Mode and QueueLimit attributes of the RedQueueDisc class, that had been deprecated in favor of the MaxSize attribute in ns-3.28, have now been removed and cannot be used anymore. Likewise, the methods to get/set the old attributes have been removed as well. The GetMaxSize/SetMaxSize methods of the base QueueDisc class must be used instead.
  • +
  • Several traffic generating applications have additional trace sources that export not only the transmitted or received packet but also the source and destination addresses.
  • Changes to build system: