A Discrete-Event Network Simulator
API
fq-cobalt-queue-disc-test-suite.cc File Reference
#include "ns3/test.h"
#include "ns3/simulator.h"
#include "ns3/fq-cobalt-queue-disc.h"
#include "ns3/cobalt-queue-disc.h"
#include "ns3/ipv4-header.h"
#include "ns3/ipv4-packet-filter.h"
#include "ns3/ipv4-queue-disc-item.h"
#include "ns3/ipv4-address.h"
#include "ns3/ipv6-header.h"
#include "ns3/ipv6-packet-filter.h"
#include "ns3/ipv6-queue-disc-item.h"
#include "ns3/tcp-header.h"
#include "ns3/udp-header.h"
#include "ns3/string.h"
#include "ns3/pointer.h"
+ Include dependency graph for fq-cobalt-queue-disc-test-suite.cc:

Go to the source code of this file.

Classes

class  FqCobaltQueueDiscDeficit
 This class tests the deficit per flow. More...
 
class  FqCobaltQueueDiscEcnMarking
 This class tests ECN marking. More...
 
class  FqCobaltQueueDiscIPFlowsSeparationAndPacketLimit
 This class tests the IP flows separation and the packet limit. More...
 
class  FqCobaltQueueDiscL4sMode
 This class tests L4S mode. More...
 
class  FqCobaltQueueDiscNoSuitableFilter
 This class tests packets for which there is no suitable filter. More...
 
class  FqCobaltQueueDiscSetLinearProbing
 This class tests linear probing, collision response, and set creation capability of set associative hashing in FqCobalt. More...
 
class  FqCobaltQueueDiscTCPFlowsSeparation
 This class tests the TCP flows separation. More...
 
class  FqCobaltQueueDiscTestSuite
 FQ-COBALT queue disc test suite. More...
 
class  FqCobaltQueueDiscUDPFlowsSeparation
 This class tests the UDP flows separation. More...
 
class  Ipv4FqCobaltTestPacketFilter
 Simple test packet filter able to classify IPv4 packets. More...
 

Variables

static FqCobaltQueueDiscTestSuite g_fqCobaltQueueDiscTestSuite
 Do not forget to allocate an instance of this TestSuite. More...
 
static int32_t g_hash
 Variable to assign g_hash to a new packet's flow. More...
 

Variable Documentation

◆ g_fqCobaltQueueDiscTestSuite

FqCobaltQueueDiscTestSuite g_fqCobaltQueueDiscTestSuite
static

Do not forget to allocate an instance of this TestSuite.

Definition at line 1236 of file fq-cobalt-queue-disc-test-suite.cc.

◆ g_hash

int32_t g_hash
static