From 32474c11141bc59cf7abc85fbaa761fe9f3d8b90 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 11 May 2014 23:29:39 -0700 Subject: [PATCH] GUAC-675: Lengthen maximum frame duration. --- src/protocols/rdp/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/rdp/client.h b/src/protocols/rdp/client.h index b25ebd4c..97a053ba 100644 --- a/src/protocols/rdp/client.h +++ b/src/protocols/rdp/client.h @@ -45,7 +45,7 @@ /** * The maximum duration of a frame in milliseconds. */ -#define GUAC_RDP_FRAME_DURATION 40 +#define GUAC_RDP_FRAME_DURATION 60 /** * The amount of time to allow per message read within a frame, in