A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3tcp-cubic-test-suite.cc File Reference
#include "ns3/abort.h"
#include "ns3/bulk-send-helper.h"
#include "ns3/config.h"
#include "ns3/data-rate.h"
#include "ns3/error-model.h"
#include "ns3/gnuplot.h"
#include "ns3/inet-socket-address.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-address-helper.h"
#include "ns3/ipv4-global-routing-helper.h"
#include "ns3/log.h"
#include "ns3/node-container.h"
#include "ns3/output-stream-wrapper.h"
#include "ns3/packet-sink-helper.h"
#include "ns3/pcap-file.h"
#include "ns3/point-to-point-helper.h"
#include "ns3/point-to-point-net-device.h"
#include "ns3/pointer.h"
#include "ns3/simulator.h"
#include "ns3/string.h"
#include "ns3/tcp-header.h"
#include "ns3/tcp-socket-factory.h"
#include "ns3/test.h"
#include "ns3/trace-helper.h"
#include "ns3/traffic-control-helper.h"
#include "ns3/uinteger.h"
#include <iomanip>
+ Include dependency graph for ns3tcp-cubic-test-suite.cc:

Go to the source code of this file.

Classes

class  Ns3TcpCubicTestCase
 Test Cubic response. More...
 
class  Ns3TcpCubicTestSuite
 TestSuite for module tcp-cubic. More...
 

Functions

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

Variables

static Ns3TcpCubicTestSuite ns3TcpCubicTestSuite
 Static variable for test initialization.
 
static constexpr bool WRITE_GNUPLOT = false
 Set to true to write out gnuplot.
 
static constexpr bool WRITE_PCAP = false
 Set to true to write out pcap.
 

Variable Documentation

◆ ns3TcpCubicTestSuite

Ns3TcpCubicTestSuite ns3TcpCubicTestSuite
static

Static variable for test initialization.

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

◆ WRITE_GNUPLOT

constexpr bool WRITE_GNUPLOT = false
staticconstexpr

Set to true to write out gnuplot.

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

◆ WRITE_PCAP

constexpr bool WRITE_PCAP = false
staticconstexpr

Set to true to write out pcap.

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