summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_orders.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-03-09 21:07:08 -0700
committerJay Sorg <jay.sorg@gmail.com>2014-03-09 21:07:08 -0700
commit4cae44ce3b3acd2cdc19332f49ec54bae5a77d98 (patch)
treedf12f5b0524d69fb5edaf60026a90e3cf77c6b61 /libxrdp/xrdp_orders.c
parenta801e44bfa9dfd0e0e3831027109c3fadd9874c1 (diff)
downloadxrdp-proprietary-4cae44ce3b3acd2cdc19332f49ec54bae5a77d98.tar.gz
xrdp-proprietary-4cae44ce3b3acd2cdc19332f49ec54bae5a77d98.zip
libxrdp: keep rdp packets < 16K
Diffstat (limited to 'libxrdp/xrdp_orders.c')
-rw-r--r--libxrdp/xrdp_orders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/xrdp_orders.c b/libxrdp/xrdp_orders.c
index fd96e2a4..57e16dad 100644
--- a/libxrdp/xrdp_orders.c
+++ b/libxrdp/xrdp_orders.c
@@ -34,7 +34,7 @@
} \
}
-#define MAX_ORDERS_SIZE (16 * 1024 + 512)
+#define MAX_ORDERS_SIZE (16 * 1024 - 256)
/*****************************************************************************/
struct xrdp_orders *APP_CC