#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/internet-module.h"
#include "ns3/flow-monitor-helper.h"
#include "ns3/point-to-point-module.h"
#include "ns3/applications-module.h"
#include "ns3/traffic-control-module.h"
Go to the source code of this file.
Functions | |
void | BuildAppsTest (uint32_t test) |
void | CheckQueueDiscSize (Ptr< QueueDisc > queue) |
$ ./ns3 run "adaptive-red-tests [Program Options]"
--testNumber
--pathOut
--writeForPlot
--writePcap
--writeFlowMonitor
Definition in file adaptive-red-tests.cc.
void BuildAppsTest | ( | uint32_t | test | ) |
Definition at line 126 of file adaptive-red-tests.cc.
Definition at line 106 of file adaptive-red-tests.cc.
References avgQueueDiscSize, CheckQueueDiscSize(), checkTimes, filePlotQueueDisc, filePlotQueueDiscAvg, ns3::QueueDisc::GetCurrentSize(), ns3::Time::GetSeconds(), ns3::QueueSize::GetValue(), ns3::Now(), and ns3::Seconds().
Referenced by CheckQueueDiscSize().
double avgQueueDiscSize |
Definition at line 80 of file adaptive-red-tests.cc.
Referenced by CheckQueueDiscSize().
uint32_t checkTimes |
Definition at line 79 of file adaptive-red-tests.cc.
Referenced by CheckQueueDiscSize().
double client_start_time |
Definition at line 87 of file adaptive-red-tests.cc.
double client_stop_time |
Definition at line 88 of file adaptive-red-tests.cc.
std::stringstream filePlotQueueDisc |
Definition at line 102 of file adaptive-red-tests.cc.
Referenced by CheckQueueDiscSize().
std::stringstream filePlotQueueDiscAvg |
Definition at line 103 of file adaptive-red-tests.cc.
Referenced by CheckQueueDiscSize().
double global_start_time |
Definition at line 83 of file adaptive-red-tests.cc.
double global_stop_time |
Definition at line 84 of file adaptive-red-tests.cc.
Definition at line 96 of file adaptive-red-tests.cc.
Definition at line 97 of file adaptive-red-tests.cc.
Definition at line 98 of file adaptive-red-tests.cc.
Definition at line 99 of file adaptive-red-tests.cc.
Definition at line 100 of file adaptive-red-tests.cc.
NodeContainer n0n2 |
Definition at line 90 of file adaptive-red-tests.cc.
Referenced by Ipv4DynamicGlobalRoutingTestCase::DoRun().
NodeContainer n1n2 |
Definition at line 91 of file adaptive-red-tests.cc.
Referenced by IcmpTimeExceedTestCase::DoRun(), IcmpV6TimeExceedTestCase::DoRun(), Ipv4DynamicGlobalRoutingTestCase::DoRun(), and Ns3TcpStateTestCase::DoRun().
NodeContainer n2n3 |
Definition at line 92 of file adaptive-red-tests.cc.
NodeContainer n3n4 |
Definition at line 93 of file adaptive-red-tests.cc.
NodeContainer n3n5 |
Definition at line 94 of file adaptive-red-tests.cc.
double sink_start_time |
Definition at line 85 of file adaptive-red-tests.cc.
double sink_stop_time |
Definition at line 86 of file adaptive-red-tests.cc.