A Discrete-Event Network Simulator
API
tcp-veno-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-veno.h"
+ Include dependency graph for tcp-veno-test.cc:

Go to the source code of this file.

Classes

class  TcpVenoTest
 Testing the additive increase and multiplicative decrease of TcpVeno. More...
 
class  TcpVenoTestSuite
 TCP Veno TestSuite. More...
 

Variables

static TcpVenoTestSuite g_tcpVenoTest
 Static variable for test initialization. More...
 

Variable Documentation

◆ g_tcpVenoTest

TcpVenoTestSuite g_tcpVenoTest
static

Static variable for test initialization.

Definition at line 319 of file tcp-veno-test.cc.