Skip to content

rdp: Allow changing the update rate

Derek Foreman requested to merge derekf/weston:mm/refresh_rate into main

We've been hardcoding the RDP update rate to 16ms (roughly 60Hz), but in many cases someone might want it to be higher (high refresh rate monitor) or lower (to save network bandwidth), so we make this configurable.

Merge request reports