enqueueWithDrop
Adds a chain of packets to the tail of the queue.
Declaration
virtual UInt32 enqueueWithDrop(
mbuf_tm);Parameters
- m:
A chain of packets to add to the tail of the queue.
Return Value
Returns the number of packets dropped and freed by the queue.
Overview
Packets are dropped if the size of the queue has reached its capacity.