nn::nex::DirectStream::DOCore::SetMaxUserRMCReliableSendBufferNum Member Function

Syntax

void SetMaxUserRMCReliableSendBufferNum(
     qUnsignedInt32 bufferNum
);

Parameters

Name Description
in bufferNum Specifies the maximum number of send buffers used for reliable communication of user remote method calls.

Return Values

None.

Description

Sets the maximum number of send buffers used for reliable communication of user remote method calls.

When the number of send buffers accumulated in the sending process reaches this value, the sending process returns the ReliableSendBufferFull error. If the number of accumulated send buffers exceeds the library's upper limit, a ReliableSendBufferFullFatal fatal error occurs in NetZ::GetFatalError, so set the maximum value at around 96 as a target.

Revision History

2012/09/20
Initial version.

CONFIDENTIAL