nn::nex::DirectStream::GetMaxReliableSendBufferNum Member Function

Syntax

qUnsignedInt32 GetMaxReliableSendBufferNum() const;

Parameters

None.

Return Values

Returns the maximum number of send buffers in reliable communications.

Description

Gets the maximum number of send buffers in reliable communications.

When the number of send buffers accumulated in the sending process reaches this value, the sending process returns the ReliableSendBufferFull error. The default value is 48.

Revision History

2012/04/10
Initial version.

CONFIDENTIAL