nn::nex::EndPointInfoInterface::GetReliableBufferPacketCounts Member Function

Syntax

virtual void GetReliableBufferPacketCounts(
     qVector< qUnsignedInt32 > & counts
) const = 0;

Parameters

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.

Return Values

None.

Description

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.

Revision History

2012/10/29
Initial version.

CONFIDENTIAL