static const qUnsignedInt32 MATCHMAKE_BUFFER_MAX_LENGTH = 512;
The maximum length in bytes of Buffer
data that can be sent to the server. If data with a byte length larger than this maximum is specified as an argument to an asynchronous function that communicates with the server, the result of the asynchronous process is QERROR(Core,InvalidArgument)
.
QRESULT_ERROR
to QERROR
.
CONFIDENTIAL