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  ns3::TcpVenoTest
 Testing the additive increase and multiplicative decrease of TcpVeno. More...
 
class  ns3::TcpVenoTestSuite
 

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

static void ns3::NewReno_CongestionAvoidance (Ptr< TcpSocketState > tcb, uint32_t segmentsAcked)
 
static void ns3::NewReno_IncreaseWindow (Ptr< TcpSocketState > tcb, uint32_t segmentsAcked)
 
static uint32_t ns3::NewReno_SlowStart (Ptr< TcpSocketState > tcb, uint32_t segmentsAcked)
 

Variables

ns3::TcpVenoTestSuite ns3::g_tcpVenoTest