Skip to content

Commit

Permalink
Priority queue with default drop tail config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljerezchaves committed Nov 12, 2023
1 parent 57979ac commit a5cda83
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ OFSwitch13 release notes

This file contains OFSwitch13 release notes (most recent releases first).

Release 5.X.X (XXX XX, XXXX)
============================

- OFSwitch13PriorityQueue::QueueFactory with default DropTailQueue<Packet>
configuration.

- This version is compatible with ns-3 versions 3.38 to 3.40 (including
patches). There is no backward compatibility with older ns-3 versions.

- Compilation was tested in Ubuntu 22.04.1 LTS.


Release 5.2.2 (Sep 01, 2023)
============================

Expand Down
1 change: 0 additions & 1 deletion model/ofswitch13-priority-queue.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ GetDefaultQueueFactory()
// Setting default internal queue configuration.
ObjectFactory queueFactory;
queueFactory.SetTypeId("ns3::DropTailQueue<Packet>");
queueFactory.Set("MaxSize", StringValue("100p"));
return queueFactory;
}

Expand Down

0 comments on commit a5cda83

Please sign in to comment.