Q2NS dev
ns-3 module
Loading...
Searching...
No Matches
q2ns::TrafficFlow Struct Reference

#include <q2ns-congestion-helper.h>

Collaboration diagram for q2ns::TrafficFlow:

Public Attributes

std::string src
 
std::string dst
 
std::string protocol {"udp"}
 
std::string source {"onoff"}
 
uint16_t dstPort {9000}
 
double rateMbps {1.0}
 
uint32_t packetSize {1000}
 
double start_s {0.0}
 
double stop_s {0.0}
 
std::string id
 

Detailed Description

Definition at line 27 of file q2ns-congestion-helper.h.

Member Data Documentation

◆ dst

std::string q2ns::TrafficFlow::dst

Definition at line 29 of file q2ns-congestion-helper.h.

Referenced by q2ns::CongestionHelper::Install().

◆ dstPort

uint16_t q2ns::TrafficFlow::dstPort {9000}

Definition at line 32 of file q2ns-congestion-helper.h.

Referenced by q2ns::CongestionHelper::Install().

◆ id

std::string q2ns::TrafficFlow::id

Definition at line 37 of file q2ns-congestion-helper.h.

◆ packetSize

uint32_t q2ns::TrafficFlow::packetSize {1000}

Definition at line 34 of file q2ns-congestion-helper.h.

Referenced by q2ns::CongestionHelper::Install().

◆ protocol

std::string q2ns::TrafficFlow::protocol {"udp"}

Definition at line 30 of file q2ns-congestion-helper.h.

Referenced by q2ns::CongestionHelper::Install().

◆ rateMbps

double q2ns::TrafficFlow::rateMbps {1.0}

Definition at line 33 of file q2ns-congestion-helper.h.

Referenced by q2ns::CongestionHelper::Install().

◆ source

std::string q2ns::TrafficFlow::source {"onoff"}

Definition at line 31 of file q2ns-congestion-helper.h.

Referenced by q2ns::CongestionHelper::Install().

◆ src

std::string q2ns::TrafficFlow::src

Definition at line 28 of file q2ns-congestion-helper.h.

Referenced by q2ns::CongestionHelper::Install().

◆ start_s

double q2ns::TrafficFlow::start_s {0.0}

Definition at line 35 of file q2ns-congestion-helper.h.

Referenced by q2ns::CongestionHelper::Install().

◆ stop_s

double q2ns::TrafficFlow::stop_s {0.0}

Definition at line 36 of file q2ns-congestion-helper.h.

Referenced by q2ns::CongestionHelper::Install().


The documentation for this struct was generated from the following file: