A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
tcp-ledbat-test.cc File Reference
#include "ns3/log.h"
#include "ns3/string.h"
#include "ns3/tcp-congestion-ops.h"
#include "ns3/tcp-ledbat.h"
#include "ns3/tcp-socket-base.h"
#include "ns3/test.h"
Include dependency graph for tcp-ledbat-test.cc:

Go to the source code of this file.

Classes

class  TcpLedbatCongestionAvoidanceTest
 Test to validate cWnd increment/decrement in LEDBAT Congestion Avoidance Phase. More...
class  TcpLedbatTestSuite
 TCP Ledbat TestSuite. More...
class  TcpLedbatToNewReno
 LEDBAT should be same as NewReno during slow start, and when timestamps are disabled. More...

Variables

static TcpLedbatTestSuite g_tcpledbatTest
 static var for test initialization

Variable Documentation

◆ g_tcpledbatTest

TcpLedbatTestSuite g_tcpledbatTest
static

static var for test initialization

Definition at line 433 of file tcp-ledbat-test.cc.