Skip to content

Commit 092a833

Browse files
committed
README: update section about server-side scaling
...as this has been tested now with UltraVNC. Closes #373
1 parent 8eb6c73 commit 092a833

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ bytes that get sent per framebuffer update:
248248
you very probably also have to change the way your framebuffer data gets written,
249249
so the first client-side one should be preferred.
250250
* Send a scaled-down version of your framebuffer. You can do the scaling in your
251-
application feeding data into LibVNCServer's framebuffer (production-ready)
251+
application feeding data into LibVNCServer's framebuffer (would affect all clients)
252252
or let LibVNCServer do the work for you if your client requests a scaled screen
253253
via a [SetScale or SetScaleFactor message](https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#74client-to-server-messages)
254-
(not tested for a long time).
254+
(this is per-client scaling - UltraVNC viewers can request this).
255255

256256

257257
Commercial Use

0 commit comments

Comments
 (0)