Skip to content

Commit 3b1c5c3

Browse files
authored
README: fix links to rfbproto
1 parent dac323e commit 3b1c5c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,10 @@ high latency or both.
232232

233233
On a high-latency link, try asking for framebuffer updates continously, as
234234
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)
236236
and it definitely improves responsiveness.
237237

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),
239239
but that one is not supported by LibVNC (yet).
240240

241241
### Tackling Low Throughput
@@ -254,7 +254,7 @@ bytes that get sent per framebuffer update:
254254
* Send a scaled-down version of your framebuffer. You can do the scaling in your
255255
application feeding data into LibVNCServer's framebuffer (would affect all clients)
256256
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)
258258
(this is per-client scaling - UltraVNC viewers can request this).
259259

260260

0 commit comments

Comments
 (0)