#include "ns3/packet.h"
Go to the source code of this file.
Classes | |
class | ns3::QosTag |
The aim of the QosTag is to provide means for an Application to specify the TID which will be used by a QoS-aware WifiMac for a given traffic flow. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Enumerations | |
enum | ns3::UserPriority { ns3::UP_BK = 1, ns3::UP_BE = 0, ns3::UP_EE = 3, ns3::UP_CL = 4, ns3::UP_VI = 5, ns3::UP_VO = 6, ns3::UP_NC = 7 } |
As per IEEE Std. More... | |