A FIFO packet queue that drops tail-end packets on overflow. More...
#include <drop-tail-queue.h>
Public Member Functions | |
DropTailQueue () | |
DropTailQueue Constructor. | |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::DropTailQueue. |
A FIFO packet queue that drops tail-end packets on overflow.
ns3::DropTailQueue::DropTailQueue | ( | ) |
DropTailQueue Constructor.
Creates a droptail queue with a maximum size of 100 packets by default
static TypeId ns3::DropTailQueue::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::DropTailQueue.
This object is accessible through the following paths with Config::Set and Config::Connect:
Attributes defined for this type:
No TraceSources defined for this type.
TraceSources defined in parent class ns3::Queue:
Reimplemented from ns3::Queue.