diff --git a/CHANGES.html b/CHANGES.html index 9ede25951..e2f7365fa 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -103,6 +103,11 @@ us a note on ns-developers mailing list.

  • Two new methods, QueueDisc::DropBeforeEnqueue() and QueueDisc::DropAfterDequeue() have been introduced to replace QueueDisc::Drop(). Correspondingly, two new trace sources have been added to the QueueDisc class: DropBeforeEnqueue and DropAfterDequeue.
  • +
  • A new trace source, SojournTime, is exported by the QueueDisc base class to provide the + sojourn time of every packet dequeued from a queue disc. This has been made possible by adding a + timestamp to QueueDiscItem objects, which can be set/get through the new GetTimeStamp() and + SetTimeStamp() methods of the QueueDiscItem class. +
  • Changes to existing API: