Data Members



IOPQDefaultCapacity

private:
 static const UInt32 IOPQDefaultCapacity = 100;

Specifies the default capacity of the queue (number of packets that the queue can hold). Once the size of the queue grows to its capacity, the queue will begin to drop incoming packets. This capacity can be overridden by specifying the desired capacity when the queue is initialized, or the setCapacity() method can be called to adjust the queue's capacity.


© 2000 Apple Computer, Inc. — (Last Updated 2/23/2000)