A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
tcp-abe-test.cc File Reference
#include "ns3/log.h"
#include "ns3/tcp-cubic.h"
#include "ns3/tcp-linux-reno.h"
#include "ns3/tcp-socket-state.h"
#include "ns3/test.h"
+ Include dependency graph for tcp-abe-test.cc:

Go to the source code of this file.

Classes

class  ns3::TcpAbeTest
 Test case for congestion control algorithms with ABE. More...
 
class  ns3::TcpAbeTestSuite
 Test suite for Alternative Backoff with ECN (ABE) More...
 
class  ns3::TcpAbeToggleTest
 Checks if users are able to enable ABE or not. More...
 
class  ns3::TestTcpSocketBase
 Test Socket Base class for ABE testing. More...
 

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Variables

static TcpAbeTestSuite ns3::g_tcpAbeTestSuite
 static var for test initialization
 
constexpr uint32_t ns3::WITH_ABE = 1
 Test case with ABE.
 
constexpr uint32_t ns3::WITHOUT_ABE = 0
 Test case without ABE.