summaryrefslogtreecommitdiffstats
path: root/classes/ssl/ss_vncviewer
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/ss_vncviewer
parent84d6dd0e92cf26b44ffea7dd8b52f54e2b8a304c (diff)
downloadlibtdevnc-e30552512933e6f0a07b83dd3246a97ff5281503.tar.gz
libtdevnc-e30552512933e6f0a07b83dd3246a97ff5281503.zip
classes/ssl: improve timeouts, port fallback, and connection time.
Diffstat (limited to 'classes/ssl/ss_vncviewer')
-rwxr-xr-xclasses/ssl/ss_vncviewer5
1 files changed, 3 insertions, 2 deletions
diff --git a/classes/ssl/ss_vncviewer b/classes/ssl/ss_vncviewer
index 089cf48..179a59e 100755
--- a/classes/ssl/ss_vncviewer
+++ b/classes/ssl/ss_vncviewer
@@ -500,7 +500,7 @@ if [ "X$use_ssh" = "X1" ]; then
echo ""
echo "Running ssh:"
sz=`echo "$ssh_cmd" | wc -c`
- if [ "$sz" -gt 200 ]; then
+ if [ "$sz" -gt 300 ]; then
info="..."
else
info="$ssh_cmd"
@@ -691,10 +691,11 @@ my ($first, $second) = split(/,/, $ENV{PPROXY_PROXY});
my ($proxy_host, $proxy_port) = split(/:/, $first);
my $connect = $ENV{PPROXY_DEST};
-print STDERR "\nPPROXY v0.0: a tool for Web proxies and SOCKS connections.\n";
+print STDERR "\nPPROXY v0.1: a tool for Web proxies and SOCKS connections.\n";
print STDERR "proxy_host: $proxy_host\n";
print STDERR "proxy_port: $proxy_port\n";
print STDERR "proxy_connect: $connect\n";
+print STDERR "\n";
my $listen_handle = "";
if ($ENV{PPROXY_LISTEN} != "") {