A Discrete-Event Network Simulator
API
tcp-highspeed-test.cc File Reference
#include "ns3/test.h"
#include "ns3/log.h"
#include "ns3/tcp-congestion-ops.h"
#include "ns3/tcp-socket-base.h"
#include "ns3/tcp-highspeed.h"
+ Include dependency graph for tcp-highspeed-test.cc:

Go to the source code of this file.

Classes

struct  HighSpeedImportantValues
 TcpHighSpeed Congestion window values to test. More...
 
class  TcpHighSpeedDecrementTest
 Testing the congestion avoidance decrement on TcpHighSpeed. More...
 
class  TcpHighSpeedIncrementTest
 Testing the congestion avoidance increment on TcpHighSpeed. More...
 
class  TcpHighSpeedTestSuite
 TCP HighSpeed TestSuite. More...
 

Macros

#define HIGHSPEED_VALUES_N   71
 

Variables

static TcpHighSpeedTestSuite g_tcpHighSpeedTest
 Static variable for test initialization. More...
 
static const struct HighSpeedImportantValues highSpeedImportantValues []
 List of data to be tested. More...
 

Macro Definition Documentation

#define HIGHSPEED_VALUES_N   71

Definition at line 229 of file tcp-highspeed-test.cc.

Referenced by TcpHighSpeedTestSuite::TcpHighSpeedTestSuite().

Variable Documentation

TcpHighSpeedTestSuite g_tcpHighSpeedTest
static

Static variable for test initialization.

Definition at line 270 of file tcp-highspeed-test.cc.