From 39d7dc043afcf6f94b9c16942765fdb9a6a3202e Mon Sep 17 00:00:00 2001 From: DRC Date: Mon, 21 Feb 2011 13:50:17 +0000 Subject: [PATCH] Use VncAuth as the default security type, since TLS causes a significant performance hit on some systems git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4304 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/rfb/SecurityServer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/rfb/SecurityServer.cxx b/common/rfb/SecurityServer.cxx index 3866fa35..76ece770 100644 --- a/common/rfb/SecurityServer.cxx +++ b/common/rfb/SecurityServer.cxx @@ -39,7 +39,7 @@ StringParameter SecurityServer::secTypes ("SecurityTypes", "Specify which security scheme to use (None, VncAuth)", #ifdef HAVE_GNUTLS - "TLSVnc,VncAuth", + "VncAuth,TLSVnc", #else "VncAuth", #endif -- 2.39.5