getMbufPriority
Determines an mbuf's traffic priority. The highest priority is 0.
Declaration
virtual UInt32 getMbufPriority(
mbuf_tm);Parameters
- m:
An mbuf to analyze.
Return Value
Returns a UInt32 representing the priority of the packet. 0 is the highest priority.
Overview
A queue can prioritize certain classes of traffic. This method facilitates that by evaluating an mbuf and returning its priority.