From 9edf33da2e4a857c7ab12d0eaa6cf68a2af29574 Mon Sep 17 00:00:00 2001 From: Frode Langelo Date: Mon, 10 Aug 2015 10:01:01 -0700 Subject: [PATCH] GUAC-1290: Change GUAC_VNC_FRAME_TIMEOUT to 10 so more VNC messages are handled in each frame. --- src/protocols/vnc/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/vnc/client.h b/src/protocols/vnc/client.h index ccbac69e..428ffff9 100644 --- a/src/protocols/vnc/client.h +++ b/src/protocols/vnc/client.h @@ -53,7 +53,7 @@ * milliseconds. If the server is silent for at least this amount of time, the * frame will be considered finished. */ -#define GUAC_VNC_FRAME_TIMEOUT 0 +#define GUAC_VNC_FRAME_TIMEOUT 10 /** * The number of milliseconds to wait between connection attempts.