Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Nov 2020 18:46:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 250795] support RFB 3.3 for VNC client interoperability
Message-ID:  <bug-250795-27103-QJTpl9459e@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250795-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250795-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250795

--- Comment #8 from Henrik Gulbrandsen <henrik@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 update=
s.
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250795-27103-QJTpl9459e>