We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed13f29 commit d7896a6Copy full SHA for d7896a6
1 file changed
README.md
@@ -226,7 +226,7 @@ high latency or both.
226
### Tackling High Latency
227
228
On a high-latency link, try asking for framebuffer updates continously, as
229
-RFB is server-push per default, not client-pull. One example implementation
+RFB is client-pull per default, not server-push. One example implementation
230
can be found [here](https://github.com/bk138/multivnc/blob/master/src/VNCConn.cpp#L1112)
231
and it definitely improves responsiveness.
232
0 commit comments