void SetMaxUserDOReliableSendBufferNum( qUnsignedInt32 bufferNum );
Name | Description | |
---|---|---|
in | bufferNum | Specifies the maximum number of send buffers used for reliable communication of user DOs. |
Sets the maximum number of send buffers used for reliable communication of user DOs.
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.
CONFIDENTIAL