#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) |
Variables | |
double | avgQueueDiscSize |
uint32_t | checkTimes |
double | client_start_time |
double | client_stop_time |
std::stringstream | filePlotQueueDisc |
std::stringstream | filePlotQueueDiscAvg |
double | global_start_time |
double | global_stop_time |
Ipv4InterfaceContainer | i0i2 |
Ipv4InterfaceContainer | i1i2 |
Ipv4InterfaceContainer | i2i3 |
Ipv4InterfaceContainer | i3i4 |
Ipv4InterfaceContainer | i3i5 |
NodeContainer | n0n2 |
NodeContainer | n1n2 |
NodeContainer | n2n3 |
NodeContainer | n3n4 |
NodeContainer | n3n5 |
double | sink_start_time |
double | sink_stop_time |
void BuildAppsTest | ( | uint32_t | test | ) |
Definition at line 125 of file adaptive-red-tests.cc.
References ns3::ApplicationContainer::Add(), client_start_time, client_stop_time, ns3::NodeContainer::Get(), ns3::Ipv4InterfaceContainer::GetAddress(), ns3::Ipv4Address::GetAny(), ns3::PacketSinkHelper::Install(), ns3::OnOffHelper::Install(), port, ns3::Seconds(), ns3::OnOffHelper::SetAttribute(), sink_start_time, sink_stop_time, ns3::ApplicationContainer::Start(), and ns3::ApplicationContainer::Stop().
Definition at line 105 of file adaptive-red-tests.cc.
References avgQueueDiscSize, checkTimes, filePlotQueueDisc, filePlotQueueDiscAvg, ns3::Time::GetSeconds(), ns3::Simulator::Now(), ns3::Simulator::Schedule(), and ns3::Seconds().
double avgQueueDiscSize |
Definition at line 79 of file adaptive-red-tests.cc.
Referenced by CheckQueueDiscSize().
uint32_t checkTimes |
Definition at line 76 of file adaptive-red-tests.cc.
Referenced by CheckQueueDiscSize().
double client_start_time |
Definition at line 86 of file adaptive-red-tests.cc.
Referenced by BuildAppsTest().
double client_stop_time |
Definition at line 87 of file adaptive-red-tests.cc.
Referenced by BuildAppsTest().
std::stringstream filePlotQueueDisc |
Definition at line 101 of file adaptive-red-tests.cc.
Referenced by CheckQueueDiscSize().
std::stringstream filePlotQueueDiscAvg |
Definition at line 102 of file adaptive-red-tests.cc.
Referenced by CheckQueueDiscSize().
double global_start_time |
Definition at line 82 of file adaptive-red-tests.cc.
double global_stop_time |
Definition at line 83 of file adaptive-red-tests.cc.
Definition at line 95 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.
NodeContainer n0n2 |
Definition at line 89 of file adaptive-red-tests.cc.
Referenced by Ipv4DynamicGlobalRoutingTestCase::DoRun().
NodeContainer n1n2 |
Definition at line 90 of file adaptive-red-tests.cc.
Referenced by Ipv4DynamicGlobalRoutingTestCase::DoRun(), Ns3TcpStateTestCase::DoRun(), and Ns3TcpCwndTestCase2::DoRun().
NodeContainer n2n3 |
Definition at line 91 of file adaptive-red-tests.cc.
Referenced by Ns3TcpCwndTestCase2::DoRun().
NodeContainer n3n4 |
Definition at line 92 of file adaptive-red-tests.cc.
NodeContainer n3n5 |
Definition at line 93 of file adaptive-red-tests.cc.
double sink_start_time |
Definition at line 84 of file adaptive-red-tests.cc.
Referenced by BuildAppsTest().
double sink_stop_time |
Definition at line 85 of file adaptive-red-tests.cc.
Referenced by BuildAppsTest().