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.