diff options
author | runge <runge> | 2006-08-02 16:18:23 +0000 |
---|---|---|
committer | runge <runge> | 2006-08-02 16:18:23 +0000 |
commit | 268359a66e684d738e1526df2d38a83fa6781092 (patch) | |
tree | 9bbe5c69bf5f5ad61b62b796714b1824977b65ad /x11vnc/help.c | |
parent | 34c62cfd79c6dbb3d7c87ebcf358ad6f42bdb31e (diff) | |
download | libtdevnc-268359a66e684d738e1526df2d38a83fa6781092.tar.gz libtdevnc-268359a66e684d738e1526df2d38a83fa6781092.zip |
x11vnc: tweaks to ssl_xfer; -ssltimeout option.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index 60aa9df..ae00940 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -759,6 +759,13 @@ void print_help(int mode) { " Also in the x11vnc source a SSL enabled Java VNC Viewer\n" " applet is provided in the classes/ssl directory.\n" "\n" +"-ssltimeout n Set SSL read timeout to n seconds. In some situations\n" +" (i.e. an iconified viewer in Windows) the viewer stops\n" +" talking and the connection is dropped after the default\n" +" timeout (25s for about the first minute, 43200s later).\n" +" Set to zero to poll forever. Set to a negative value\n" +" to use the builtin setting.\n" +"\n" "-ssldir [dir] Use [dir] as an alternate ssl certificate and key\n" " management toplevel directory. The default is\n" " ~/.vnc/certs\n" @@ -3048,6 +3055,7 @@ void print_help(int mode) { " input_skip:n set -input_skip to n.\n" " allinput enable use of -allinput mode.\n" " noallinput disable use of -allinput mode.\n" +" ssltimeout:n set -ssltimeout to n.\n" " speeds:str set -speeds to str.\n" " wmdt:str set -wmdt to str.\n" " debug_pointer enable -debug_pointer, same as \"dp\"\n" @@ -3177,9 +3185,9 @@ void print_help(int mode) { " nowf wirecopyrect wcr nowirecopyrect nowcr scr_area\n" " scr_skip scr_inc scr_keys scr_term scr_keyrepeat\n" " scr_parms scrollcopyrect scr noscrollcopyrect noscr\n" -" fixscreen noxrecord xrecord reset_record pointer_mode\n" -" pm input_skip allinput noallinput input grabkbd\n" -" nograbkbd grabptr nograbptr client_input speeds wmdt\n" +" fixscreen noxrecord xrecord reset_record pointer_mode pm\n" +" input_skip allinput noallinput input grabkbd nograbkbd\n" +" grabptr nograbptr client_input ssltimeout speeds wmdt\n" " debug_pointer dp nodebug_pointer nodp debug_keyboard\n" " dk nodebug_keyboard nodk deferupdate defer wait_ui\n" " wait_bog nowait_bog slow_fb wait readtimeout nap nonap\n" |