You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,10 +232,10 @@ high latency or both.
232
232
233
233
On a high-latency link, try asking for framebuffer updates continously, as
234
234
RFB is client-pull per default, not server-push. One example implementation
235
-
can be found [here](https://github.com/bk138/multivnc/blob/master/src/VNCConn.cpp#L1112)
235
+
can be found [here](https://github.com/bk138/multivnc/blob/6251169ed11835ed709c0c191599937759856dda/src/VNCConn.cpp#L1112)
236
236
and it definitely improves responsiveness.
237
237
238
-
There also is the [ContinuousUpdates RFB extension](https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#continuousupdates-pseudo-encoding),
238
+
There also is the [ContinuousUpdates RFB extension](https://github.com/rfbproto/rfbproto/blob/513c651fff1b213188daa5069444145a63e71617/rfbproto.rst#L4052),
239
239
but that one is not supported by LibVNC (yet).
240
240
241
241
### Tackling Low Throughput
@@ -254,7 +254,7 @@ bytes that get sent per framebuffer update:
254
254
* Send a scaled-down version of your framebuffer. You can do the scaling in your
255
255
application feeding data into LibVNCServer's framebuffer (would affect all clients)
256
256
or let LibVNCServer do the work for you if your client requests a scaled screen
257
-
via a [SetScale or SetScaleFactor message](https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#74client-to-server-messages)
257
+
via a [SetScale or SetScaleFactor message](https://github.com/rfbproto/rfbproto/blob/513c651fff1b213188daa5069444145a63e71617/rfbproto.rst#L1344)
258
258
(this is per-client scaling - UltraVNC viewers can request this).
0 commit comments