diff options
author | runge <runge> | 2007-05-07 02:23:11 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-07 02:23:11 +0000 |
commit | 15d04d46b0fc0fd8cbbf10aafabc641304cdc3f9 (patch) | |
tree | 0c0bd93d12fa70a50d3054883e6419c16b838bdf /x11vnc/options.c | |
parent | 1d495291e434af3d8bb8d6ceaf5aa926dea065e9 (diff) | |
download | libtdevnc-15d04d46b0fc0fd8cbbf10aafabc641304cdc3f9.tar.gz libtdevnc-15d04d46b0fc0fd8cbbf10aafabc641304cdc3f9.zip |
x11vnc: lower -wait and -defer to 20ms. Drop client doing ultravnc stuff in -unixpw during login phase.
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index 6c48b58..2ccc750 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -338,11 +338,11 @@ int flip_byte_order = 0; /* sometimes needed when using_shm = 0 */ * waitms is the msec to wait between screen polls. Not too old h/w shows * poll times of 10-35ms, so maybe this value cuts the idle load by 2 or so. */ -int waitms = 30; +int waitms = 20; double wait_ui = 2.0; double slow_fb = 0.0; int wait_bog = 1; -int defer_update = 30; /* deferUpdateTime ms to wait before sends. */ +int defer_update = 20; /* deferUpdateTime ms to wait before sends. */ int got_defer = 0; int got_deferupdate = 0; |