From 630f735a28eca8c6cd4b64ac7e38abe6634a0698 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Mon, 10 Mar 2014 22:54:28 -0700 Subject: libxrdp: send, get, and use multi fragment max caps --- common/xrdp_client_info.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h index c17675e4..6536db48 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -121,6 +121,8 @@ struct xrdp_client_info int mcs_connection_type; int mcs_early_capability_flags; + int max_fastpath_frag_bytes; + }; #endif -- cgit v1.2.1