Add description

This commit is contained in:
Bolke de Bruin 2020-08-19 12:50:01 +02:00
parent 5cd36c511c
commit 47e1c5d359

View File

@ -38,6 +38,10 @@
******************************************************************************/ ******************************************************************************/
#define INFO_CLIENT_NAME_BYTES 32 #define INFO_CLIENT_NAME_BYTES 32
/**
* Maximum length of a string (two bytes + len), excluding the terminator
* [MS-RDPBCGR] TS_INFO_PACKET(2.2.1.11.1.1)
*/
#define INFO_CLIENT_MAX_CB_LEN 512 #define INFO_CLIENT_MAX_CB_LEN 512
#define XRDP_MAX_BITMAP_CACHE_ID 3 #define XRDP_MAX_BITMAP_CACHE_ID 3