[Bug 250795] support RFB 3.3 for VNC client interoperability
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 8 18:46:29 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250795
--- Comment #8 from Henrik Gulbrandsen <henrik at gulbra.net> ---
As far as I can tell, the entire point of the writing thread is to limit the
VNC frame rate to ~25Hz, so we don't use 100% of the CPU for display updates.
Otherwise, you could just call rfb_send_screen() directly from
rfb_recv_update_msg(), like I did in "#ifdef USE_MAXIMUM_FRAME_RATE" in my
patch. With an immediate wakeup, you rely on the client to limit the frame
rate.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-virtualization
mailing list