#include "ns3/drop-tail-queue.h"
#include "ns3/enum.h"
#include "ns3/ipv4-queue-disc-item.h"
#include "ns3/ipv6-queue-disc-item.h"
#include "ns3/object-factory.h"
#include "ns3/pfifo-fast-queue-disc.h"
#include "ns3/pointer.h"
#include "ns3/simulator.h"
#include "ns3/socket.h"
#include "ns3/string.h"
#include "ns3/test.h"
Go to the source code of this file.
Classes | |
class | PfifoFastQueueDiscDscpPrioritization |
This class tests that each possible DSCP is enqueued in the right band. More... | |
class | PfifoFastQueueDiscNoPriority |
This class tests that packets without a priority tag are handled by placing them into band 1. More... | |
class | PfifoFastQueueDiscOverflow |
This class tests that each band is txqueuelen deep. More... | |
class | PfifoFastQueueDiscTestSuite |
PfifoFast queue disc test suite. More... | |
class | PfifoFastQueueDiscTosPrioritization |
This class tests that each possible TOS is enqueued in the right band. More... | |
Variables | |
static PfifoFastQueueDiscTestSuite | g_pfifoFastQueueTestSuite |
Do not forget to allocate an instance of this TestSuite. | |
|
static |
Do not forget to allocate an instance of this TestSuite.
Definition at line 398 of file pfifo-fast-queue-disc-test-suite.cc.