Project

General

Profile

« Previous | Next » 

Revision 12ae4553

Added by Ohad Levy over 11 years ago

  • ID 12ae4553ca1837a262697fbd249aeca360f5593a

fixes #1852 - NoVNC Connection timeout with Firefox 15

View differences:

public/javascripts/noVNC/rfb.js
test_mode = false,
def_con_timeout = Websock_native ? 2 : 5,
def_con_timeout = Websock_native ? 10 : 25,
/* Mouse state */
mouse_buttonMask = 0,
......
['view_only', 'rw', 'bool', false, 'Disable client mouse/keyboard'],
['connectTimeout', 'rw', 'int', def_con_timeout, 'Time (s) to wait for connection'],
['disconnectTimeout', 'rw', 'int', 3, 'Time (s) to wait for disconnection'],
['disconnectTimeout', 'rw', 'int', 10, 'Time (s) to wait for disconnection'],
['viewportDrag', 'rw', 'bool', false, 'Move the viewport on mouse drags'],

Also available in: Unified diff