A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches

TCP System Tests. More...

+ Collaboration diagram for TCP System Tests:

Classes

class  Ns3TcpCubicTestCase
 Test Cubic response. More...
 
class  Ns3TcpCubicTestSuite
 TestSuite for module tcp-cubic. More...
 
class  Ns3TcpLossTestCase
 Tests of TCP implementation loss behavior. More...
 
class  Ns3TcpLossTestSuite
 TCP implementation loss behavior TestSuite. More...
 
class  Ns3TcpNoDelayTestCase
 Tests of Nagle's algorithm and the TCP no delay option. More...
 
class  Ns3TcpNoDelayTestSuite
 TCP Nagle's algorithm and the TCP no delay option TestSuite. More...
 
class  Ns3TcpSocketTestCaseCsma
 Tests of TCP implementations from the application/socket perspective using CSMA links. More...
 
class  Ns3TcpSocketTestCaseP2P
 Tests of TCP implementations from the application/socket perspective using point-to-point links. More...
 
class  Ns3TcpSocketTestSuite
 TCP implementations from the application/socket perspective TestSuite. More...
 
class  Ns3TcpStateTestCase
 Tests of TCP implementation state machine behavior. More...
 
class  Ns3TcpStateTestSuite
 TCP implementation state machine behavior TestSuite. More...
 
class  ns3::SocketWriter
 Simple class to write data to sockets. More...
 

Functions

void CubicCwndTracer (Gnuplot2dDataset *gnuplotTimeSeries, std::map< Time, double > *timeSeries, uint32_t oldval, uint32_t newval)
 Add sample trace values to data structures.
 

Detailed Description

TCP System Tests.

Function Documentation

◆ CubicCwndTracer()

void CubicCwndTracer ( Gnuplot2dDataset gnuplotTimeSeries,
std::map< Time, double > *  timeSeries,
uint32_t  oldval,
uint32_t  newval 
)

Add sample trace values to data structures.

Parameters
gnuplotTimeSeriesGnuplot data structure
timeSeriestime series of cwnd changes
oldvalold value of cwnd
newvalnew value of cwnd

Definition at line 90 of file ns3tcp-cubic-test-suite.cc.

References ns3::Gnuplot2dDataset::Add(), ns3::Simulator::Now(), and NS_LOG_DEBUG.

Referenced by Ns3TcpCubicTestCase::ConnectCwndTrace().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: