nn::nex::MATCHMAKE_BUFFER_MAX_LENGTH Constant

Syntax

static const qUnsignedInt32 MATCHMAKE_BUFFER_MAX_LENGTH =  512;

Description

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).

Revision History

2014/04/16
Changed the notation for QRESULT_ERROR to QERROR.
2011/01/27
Initial version.

CONFIDENTIAL