• Joel Martin's avatar
    websockets: Initial WebSockets support. · 6fac22a7
    Joel Martin authored
    Has a bug: WebSocket client disconnects are not detected.
    rfbSendFramebufferUpdate is doing a MSG_PEEK recv to determine if
    enough data is available which prevents a disconnect from being
    detected.
    
    Otherwise it's working pretty well.
    
    [jes: moved added struct members to the end for binary compatibility with
    previous LibVNCServer versions, removed an unused variable]
    Signed-off-by: 's avatarJohannes Schindelin <johannes.schindelin@gmx.de>
    6fac22a7
Name
Last commit
Last update
..
default8x16.h Loading commit data...
keysym.h Loading commit data...
rfb.h Loading commit data...
rfbclient.h Loading commit data...
rfbconfig.h.cmake Loading commit data...
rfbint.h.cmake Loading commit data...
rfbproto.h Loading commit data...
rfbregion.h Loading commit data...