Contents

getCapacity

Gets the number of packets that the queue can hold.

Declaration

virtual UInt32 getCapacity() const;

Return Value

Returns the current queue capacity.

Overview

The queue will begin to drop incoming packets when the size of the queue reaches its capacity.

See Also

Miscellaneous