commit | 6e49e95add2a5cd5fe2efc1c1270c1233faef79b | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Fri Oct 07 15:59:38 2016 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Feb 24 13:17:25 2017 +0100 |
tree | 649736b427c7266b18f55c29bd1fadf902615a17 | |
parent | 5c03720319d907f2427ed4296ceaec7ee2c06719 [diff] |
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.