summaryrefslogtreecommitdiffstats
path: root/classes/ssl/proxy.vnc
diff options
context:
space:
mode:
authorrunge <runge>2007-09-05 03:37:57 +0000
committerrunge <runge>2007-09-05 03:37:57 +0000
commite30552512933e6f0a07b83dd3246a97ff5281503 (patch)
tree722387685728374ce1b63b676520a105cbd75f55 /classes/ssl/proxy.vnc
parent84d6dd0e92cf26b44ffea7dd8b52f54e2b8a304c (diff)
downloadlibtdevnc-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.vnc4
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>