#include "ns3/applications-module.h"
#include "ns3/core-module.h"
#include "ns3/flow-monitor-module.h"
#include "ns3/internet-module.h"
#include "ns3/network-module.h"
#include "ns3/point-to-point-module.h"
#include "ns3/traffic-control-module.h"
Go to the source code of this file.
Functions | |
void | CheckQueueSize (Ptr< QueueDisc > qd) |
static void | CwndTracer (Ptr< OutputStreamWrapper > stream, uint32_t oldval, uint32_t newval) |
void | TraceCwnd (uint32_t nodeId, uint32_t socketId) |
static void | TraceThroughput (Ptr< FlowMonitor > monitor) |
Variables | |
std::string | dir |
uint32_t | prev = 0 |
Time | prevTime = Seconds(0) |
Definition at line 88 of file tcp-bbr-example.cc.
References CheckQueueSize(), dir, ns3::Time::GetSeconds(), ns3::Simulator::Now(), ns3::Simulator::Schedule(), and ns3::Seconds().
Referenced by CheckQueueSize().
|
static |
Definition at line 99 of file tcp-bbr-example.cc.
References ns3::Time::GetSeconds(), and ns3::Simulator::Now().
Referenced by TraceCwnd().
Definition at line 105 of file tcp-bbr-example.cc.
References ns3::Config::ConnectWithoutContext(), ns3::AsciiTraceHelper::CreateFileStream(), CwndTracer(), dir, and ns3::MakeBoundCallback().
|
static |
Definition at line 71 of file tcp-bbr-example.cc.
References dir, ns3::Time::GetSeconds(), ns3::Now(), prev, prevTime, ns3::Simulator::Schedule(), ns3::Seconds(), and TraceThroughput().
Referenced by TraceThroughput().
std::string dir |
Definition at line 65 of file tcp-bbr-example.cc.
Referenced by CheckQueueSize(), ns3::IpcsClassifier::Classify(), ns3::ServiceFlowManager::DoClassify(), EmlsrOperationsTestBase::GetApplication(), TraceCwnd(), TraceThroughput(), and ns3::OnoeWifiManager::UpdateMode().
uint32_t prev = 0 |
Definition at line 66 of file tcp-bbr-example.cc.
Referenced by ns3::PacketMetadata::AddBig(), ns3::YansWifiChannelHelper::Create(), ns3::PacketTagIterator::Next(), ns3::PacketTagList::RemoveAll(), ns3::EmpiricalRandomVariable::SetInterpolate(), StorePtr(), and TraceThroughput().
Time prevTime = Seconds(0) |
Definition at line 67 of file tcp-bbr-example.cc.
Referenced by ns3::UdpTraceClient::LoadDefaultTrace(), ns3::UdpTraceClient::LoadTrace(), and TraceThroughput().