#include "ns3/log.h"
#include "ns3/tcp-congestion-ops.h"
#include "ns3/tcp-highspeed.h"
#include "ns3/tcp-socket-base.h"
#include "ns3/test.h"
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. | |
static const HighSpeedImportantValues | highSpeedImportantValues [] |
List of data to be tested. | |
#define HIGHSPEED_VALUES_N 71 |
Definition at line 164 of file tcp-highspeed-test.cc.
Referenced by TcpHighSpeedTestSuite::TcpHighSpeedTestSuite().
|
static |
Static variable for test initialization.
Definition at line 217 of file tcp-highspeed-test.cc.
|
static |
List of data to be tested.
Definition at line 137 of file tcp-highspeed-test.cc.
Referenced by TcpHighSpeedTestSuite::TcpHighSpeedTestSuite().