#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"
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... | |
#define HIGHSPEED_VALUES_N 71 |
Definition at line 229 of file tcp-highspeed-test.cc.
|
static |
Static variable for test initialization.
Definition at line 270 of file tcp-highspeed-test.cc.