Drop frame timeout to 0ms

This commit is contained in:
Michael Jumper 2013-08-22 15:27:01 -07:00
parent 1f0ae7b4ba
commit 44d0e08a3c
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
* milliseconds. If the server is silent for at least this amount of time, the
* frame will be considered finished.
*/
#define GUAC_RDP_FRAME_TIMEOUT 15
#define GUAC_RDP_FRAME_TIMEOUT 0
/**
* Client data that will remain accessible through the guac_client.

View File

@ -54,7 +54,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 15
#define GUAC_VNC_FRAME_TIMEOUT 0
extern char* __GUAC_CLIENT;