getCapacity
Gets the number of packets that the queue can hold.
Declaration
virtual UInt32 getCapacity() const = 0;Return Value
Returns the current queue capacity.
Overview
The queue will begin to drop incoming packets when the size of queue reaches its capacity.