From 47e1c5d35971a1f940afbaa7f0537728d31a8edc Mon Sep 17 00:00:00 2001 From: Bolke de Bruin Date: Wed, 19 Aug 2020 12:50:01 +0200 Subject: [PATCH] Add description --- common/xrdp_constants.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index 46fffeca..50be8536 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -38,6 +38,10 @@ ******************************************************************************/ #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 XRDP_MAX_BITMAP_CACHE_ID 3