 Include dependency graph for qos-utils.cc:
 Include dependency graph for qos-utils.cc:Go to the source code of this file.
| Namespaces | |
| ns3 | |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
| Functions | |
| uint8_t | ns3::QosUtilsGetTidForPacket (Ptr< const Packet > packet) | 
| If a qos tag is attached to the packet, returns a value < 8.  More... | |
| bool | ns3::QosUtilsIsOldPacket (uint16_t startingSeq, uint16_t seqNumber) | 
| This function checks if packet with sequence number seqNumber is an "old" packet.  More... | |
| uint32_t | ns3::QosUtilsMapSeqControlToUniqueInteger (uint16_t seqControl, uint16_t endSequence) | 
| Next function is useful to correctly sort buffered packets under block ack.  More... | |
| AcIndex | ns3::QosUtilsMapTidToAc (uint8_t tid) | 
| Maps TID (Traffic ID) to Access classes.  More... | |