TCP System Tests. More...
Classes | |
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. More... | |
TCP System Tests.
void CubicCwndTracer | ( | Gnuplot2dDataset * | gnuplotTimeSeries, |
std::map< Time, double > * | timeSeries, | ||
uint32_t | oldval, | ||
uint32_t | newval | ||
) |
Add sample trace values to data structures.
gnuplotTimeSeries | Gnuplot data structure |
timeSeries | time series of cwnd changes |
oldval | old value of cwnd |
newval | new value of cwnd |
Definition at line 92 of file ns3tcp-cubic-test-suite.cc.
References ns3::Gnuplot2dDataset::Add(), ns3::Simulator::Now(), and NS_LOG_DEBUG.
Referenced by Ns3TcpCubicTestCase::ConnectCwndTrace().