nn::nex::EndPointInfoInterface::GetReliableBufferPacketCount Member Function

Syntax

virtual qUnsignedInt32 GetReliableBufferPacketCount() const = 0;

Parameters

None.

Return Values

Number of reliable send buffer packets.

Description

Gets the current packet count of the reliable send buffer shared with the EndPoint system.

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/11
Initial version.

CONFIDENTIAL