![]() |
Q2NS dev
ns-3 module
|
#include <q2ns-congestion-helper.h>
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 |
Definition at line 27 of file q2ns-congestion-helper.h.
| std::string q2ns::TrafficFlow::dst |
Definition at line 29 of file q2ns-congestion-helper.h.
Referenced by q2ns::CongestionHelper::Install().
| uint16_t q2ns::TrafficFlow::dstPort {9000} |
Definition at line 32 of file q2ns-congestion-helper.h.
Referenced by q2ns::CongestionHelper::Install().
| std::string q2ns::TrafficFlow::id |
Definition at line 37 of file q2ns-congestion-helper.h.
| uint32_t q2ns::TrafficFlow::packetSize {1000} |
Definition at line 34 of file q2ns-congestion-helper.h.
Referenced by q2ns::CongestionHelper::Install().
| std::string q2ns::TrafficFlow::protocol {"udp"} |
Definition at line 30 of file q2ns-congestion-helper.h.
Referenced by q2ns::CongestionHelper::Install().
| double q2ns::TrafficFlow::rateMbps {1.0} |
Definition at line 33 of file q2ns-congestion-helper.h.
Referenced by q2ns::CongestionHelper::Install().
| std::string q2ns::TrafficFlow::source {"onoff"} |
Definition at line 31 of file q2ns-congestion-helper.h.
Referenced by q2ns::CongestionHelper::Install().
| std::string q2ns::TrafficFlow::src |
Definition at line 28 of file q2ns-congestion-helper.h.
Referenced by q2ns::CongestionHelper::Install().
| double q2ns::TrafficFlow::start_s {0.0} |
Definition at line 35 of file q2ns-congestion-helper.h.
Referenced by q2ns::CongestionHelper::Install().
| double q2ns::TrafficFlow::stop_s {0.0} |
Definition at line 36 of file q2ns-congestion-helper.h.
Referenced by q2ns::CongestionHelper::Install().