GUAC-1290: Change GUAC_VNC_FRAME_TIMEOUT to 10 so more VNC messages are handled in each frame.
This commit is contained in:
parent
29527509de
commit
9edf33da2e
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user