diff options
author | runge <runge> | 2004-04-13 23:56:54 +0000 |
---|---|---|
committer | runge <runge> | 2004-04-13 23:56:54 +0000 |
commit | a6149f349e6b3f4d8666af051390757b1b910a37 (patch) | |
tree | e76e6078d1e732abc7a01bcb46d4479ba3c6c062 /contrib/ChangeLog | |
parent | 47eece6affcbfffdd09bbb9c5d453e6585c36ff1 (diff) | |
download | libtdevnc-a6149f349e6b3f4d8666af051390757b1b910a37.tar.gz libtdevnc-a6149f349e6b3f4d8666af051390757b1b910a37.zip |
x11vnc: do not send selection unless all clients are in RFB_NORMAL state.
increase rfbMaxClientWait when threaded to avoid ReadExact() timeouts for some viewers.
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r-- | contrib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 5ac9f10..7691e94 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,9 @@ +2004-04-13 Karl Runge <[email protected]> + * solve problem with sending selection when client initializing + (not yet in RFB_NORMAL state). Increase delay to 15s as well. + * when threaded: limit rfbMaxClientWait to >= 20 secs and + increase it to a huge value unless -rfbwait is supplied. + 2004-04-08 Karl Runge <[email protected]> * added support for blacking out regions of the screen, primarily for Xinerama usage, options: -blackout -xinerama |