virtual void GetReliableBufferPacketCounts( qVector< qUnsignedInt32 > & counts ) const = 0;
Name | Description | |
---|---|---|
out | counts | Specify the qVector to return the packet count. A suffix of 0 is shared with the system. User use continues with a suffix of 1. |
Gets the current number of all reliable send buffer packets for EndPoint
.
The reliable send buffers increase gradually in situations such as when the communication channel is congested. If the number of reliable send buffer packets exceeds the StreamDO
for MaxWindowMapSize
(the size specified in SetMaxWindowMapSize
), a send buffer overflow error occurs.
CONFIDENTIAL