#include "ns3/log.h"
#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/internet-module.h"
#include "ns3/point-to-point-module.h"
#include "ns3/applications-module.h"
#include "ns3/flow-monitor-module.h"
Go to the source code of this file.
Variables | |
bool | enablePcap = false |
bool | enableTimestamps = false |
bool | enableWindowScale = false |
uint32_t | m_nNodes = 2 |
uint32_t | m_seed = 1 |
std::string | m_stack = "nsc-linux" |
std::string | sock_factory |
double | startTime = 4.0 |
double | stopTime = 20.0 |
bool enablePcap = false |
Definition at line 48 of file tcp-nsc-comparison.cc.
bool enableTimestamps = false |
Definition at line 49 of file tcp-nsc-comparison.cc.
bool enableWindowScale = false |
Definition at line 50 of file tcp-nsc-comparison.cc.
uint32_t m_nNodes = 2 |
Definition at line 47 of file tcp-nsc-comparison.cc.
uint32_t m_seed = 1 |
Definition at line 44 of file tcp-nsc-comparison.cc.
std::string m_stack = "nsc-linux" |
Definition at line 42 of file tcp-nsc-comparison.cc.
std::string sock_factory |
Definition at line 43 of file tcp-nsc-comparison.cc.
double startTime = 4.0 |
Definition at line 45 of file tcp-nsc-comparison.cc.
Referenced by ns3::aodv::RoutingProtocol::DoInitialize(), LteX2HandoverTestCase::DoRun(), LteX2HandoverMeasuresTestCase::DoRun(), LteDistributedFfrAreaTestCase::DoRun(), ns3::AnimationInterface::EnableIpv4L3ProtocolCounters(), ns3::AnimationInterface::EnableIpv4RouteTracking(), ns3::AnimationInterface::EnableQueueCounters(), ns3::AnimationInterface::EnableWifiMacCounters(), ns3::AnimationInterface::EnableWifiPhyCounters(), ns3::DlFramePrefixIe::SetStartTime(), ns3::OfdmUlMapIe::SetStartTime(), ns3::OfdmDlMapIe::SetStartTime(), ns3::TcpGeneralTest::SetTransmitStart(), ns3::DataCalculator::Start(), ns3::BsmApplication::StartApplication(), TimestampValueTestCase::TimestampValueTestCase(), and WifiInterferenceTestCase::WifiSimpleInterference().
double stopTime = 20.0 |
Definition at line 46 of file tcp-nsc-comparison.cc.
Referenced by CreateBulkFlow(), CreateOnOffFlow(), LteRlcAmE2eTestCase::DoRun(), LteX2HandoverTestCase::DoRun(), LteX2HandoverMeasuresTestCase::DoRun(), ns3::AnimationInterface::EnableIpv4L3ProtocolCounters(), ns3::AnimationInterface::EnableIpv4RouteTracking(), ns3::AnimationInterface::EnableQueueCounters(), ns3::AnimationInterface::EnableWifiMacCounters(), ns3::AnimationInterface::EnableWifiPhyCounters(), and ns3::DataCalculator::Stop().