Contents

getDropCount

Gets the number of packets dropped by the queue.

Declaration

virtual UInt32 getDropCount();

Return Value

Returns the number of packets dropped due to over-capacity, or by external calls to the flush() method.

See Also

Miscellaneous