diff options
author | runge <runge> | 2007-09-05 03:37:57 +0000 |
---|---|---|
committer | runge <runge> | 2007-09-05 03:37:57 +0000 |
commit | e30552512933e6f0a07b83dd3246a97ff5281503 (patch) | |
tree | 722387685728374ce1b63b676520a105cbd75f55 /classes/ssl/proxy.vnc | |
parent | 84d6dd0e92cf26b44ffea7dd8b52f54e2b8a304c (diff) | |
download | libtdevnc-e30552512933e6f0a07b83dd3246a97ff5281503.tar.gz libtdevnc-e30552512933e6f0a07b83dd3246a97ff5281503.zip |
classes/ssl: improve timeouts, port fallback, and connection time.
Diffstat (limited to 'classes/ssl/proxy.vnc')
-rw-r--r-- | classes/ssl/proxy.vnc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/ssl/proxy.vnc b/classes/ssl/proxy.vnc index 5c3b207..a1d6d76 100644 --- a/classes/ssl/proxy.vnc +++ b/classes/ssl/proxy.vnc @@ -52,7 +52,7 @@ SignedVncViewer.jar is just a signed version of VncViewer.jar The URL to use for this file: https://host:port/proxy.vnc -Note LIBVNCSERVERPORT, we assume $PARAMS will have the correct PORT setting +Note VNCSERVERPORT, we assume $PARAMS will have the correct PORT setting (e.g. 563), not the one libvncserver puts in.... --> @@ -64,7 +64,7 @@ $USER's $DESKTOP desktop ($DISPLAY) </TITLE> <APPLET CODE=VncViewer.class ARCHIVE=SignedVncViewer.jar WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT> -<param name=LIBVNCSERVERPORT value=$PORT> +<param name=VNCSERVERPORT value=$PORT> <param name="Open New Window" value=yes> $PARAMS </APPLET> |