]> git.proxmox.com Git - mirror_novnc.git/commit - tests/test.rfb.js
Add support for ContinuousUpdates
authorsamhed <samuel@cendio.se>
Thu, 2 Jun 2016 14:41:38 +0000 (16:41 +0200)
committersamhed <samuel@cendio.se>
Fri, 26 Aug 2016 09:04:19 +0000 (11:04 +0200)
commit76a86ff51436ed3e4cf5125ca8d58240b52e9c37
treeb42c36a76e464b8758e085470c26a3689cc66354
parent3df13262394515efe5877ce33fd0dbdf35e1b743
Add support for ContinuousUpdates

Instead of requesting frame buffer updates we can, if the server
supports it, continuously recieve frame buffer updates at a rate
determined by the server.

The server can use fencing messages and measure response times to
determine how often it will continue to send updates.
include/rfb.js
tests/test.rfb.js