]> source.dussan.org Git - tigervnc.git/commit
Send updates with a fixed interval
authorPierre Ossman <ossman@cendio.se>
Fri, 7 Oct 2016 13:59:38 +0000 (15:59 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 24 Feb 2017 12:17:25 +0000 (13:17 +0100)
commit6e49e95add2a5cd5fe2efc1c1270c1233faef79b
tree649736b427c7266b18f55c29bd1fadf902615a17
parent5c03720319d907f2427ed4296ceaec7ee2c06719
Send updates with a fixed interval

This redesigns the old "deferred updates" mechanism in to a frame
clock that governs how often updates are sent out. The goal is still
the same, to aggregate updates and avoid pointless updates, all in
the name of efficiency. This model should however be more robust
against delays that sometimes causes us to miss the desired rate.
common/rfb/ServerCore.cxx
common/rfb/ServerCore.h
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCServerST.cxx
common/rfb/VNCServerST.h