GUAC-1290: Change GUAC_VNC_FRAME_TIMEOUT to 10 so more VNC messages are handled in each frame.

This commit is contained in:
Frode Langelo 2015-08-10 10:01:01 -07:00 committed by Michael Jumper
parent 29527509de
commit 9edf33da2e

View File

@ -53,7 +53,7 @@
* milliseconds. If the server is silent for at least this amount of time, the * milliseconds. If the server is silent for at least this amount of time, the
* frame will be considered finished. * 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. * The number of milliseconds to wait between connection attempts.