void SetMaxReliableSendBufferNum( qUnsignedInt32 bufferNum );
Name | Description | |
---|---|---|
in | bufferNum | Sets the maximum number of send buffers in reliable communications. |
Sets the maximum number of send buffers in reliable communication.
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