websockify/include
Joel Martin 307dda1ad0 Tolerate some bufferedAmount and send() return value.
- Only delay sending data if bufferedAmount is greater than 1000.

This seems to match the intention of the spec better. bufferedAmount
does not mean that we can't send, it's just an indication that the
network is becoming saturated. But Opera 11 native WebSockets seems to
have a bug that bufferedAmount isn't set back to zero correctly so

- websock.send returns true/false.

If all send data was flushed from the send queue then return true,
otherwise false. This doesn't mean the data won't be sent, just that
it wasn't sent this time and is queued.
2011-01-23 19:23:28 -06:00
..
web-socket-js Update to gimite/web-socket-js 20f837425d4. 2011-01-19 15:10:55 -06:00
VT100.js fork noVNC, rename to websockify, cleanup. 2011-01-12 18:09:54 -06:00
base64.js JSLint. 2010-09-08 10:11:11 -05:00
keysym.js fork noVNC, rename to websockify, cleanup. 2011-01-12 18:09:54 -06:00
util.js Fix firefox 4 strict complaint. 2011-01-19 15:13:36 -06:00
websock.js Tolerate some bufferedAmount and send() return value. 2011-01-23 19:23:28 -06:00
webutil.js fork noVNC, rename to websockify, cleanup. 2011-01-12 18:09:54 -06:00
wstelnet.js Only disable local echo if server is doing echo. 2011-01-13 12:19:47 -06:00