• Joel Martin's avatar
    Hextile working. Improve latency by coallescing sends. · 9f4af5a7
    Joel Martin authored
    - Hextile has an undocumented weirdness where RAW frames are often
      followed by a 0 byte that should be ignored.
    
    - Coallesce client messages that are one after another. Without
      this the server seems to often ignore frames that are send right
      after another frame has been sent. This fixes a reconnect issue
      where setEncodings seems to be ignored. Also results in a huge
      performance increase after key strokes (by adding a update request
      to the key event message) because the server always sends an update
      instead of sometimes waiting for the next poll to be sent.
    9f4af5a7
Name
Last commit
Last update
docs Loading commit data...
include Loading commit data...
README.md Loading commit data...
canvas.html Loading commit data...
canvas.js Loading commit data...
prime.html Loading commit data...
prime.js Loading commit data...
rfb_notes Loading commit data...
vnc.html Loading commit data...
vnc.js Loading commit data...
web.py Loading commit data...
wsproxy.py Loading commit data...