Skip to content

Commit d7896a6

Browse files
committed
README: fix reversed RFB operation logic
1 parent ed13f29 commit d7896a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ high latency or both.
226226
### Tackling High Latency
227227

228228
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
229+
RFB is client-pull per default, not server-push. One example implementation
230230
can be found [here](https://github.com/bk138/multivnc/blob/master/src/VNCConn.cpp#L1112)
231231
and it definitely improves responsiveness.
232232

0 commit comments

Comments
 (0)