]> source.dussan.org Git - tigervnc.git/commitdiff
Use VncAuth as the default security type, since TLS causes a significant performance...
authorDRC <dcommander@users.sourceforge.net>
Mon, 21 Feb 2011 13:50:17 +0000 (13:50 +0000)
committerDRC <dcommander@users.sourceforge.net>
Mon, 21 Feb 2011 13:50:17 +0000 (13:50 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4304 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/rfb/SecurityServer.cxx

index 3866fa3513db55cd99b68090da74ab8f0b4f496e..76ece770d804adc81f7b47151b7926891d191b5b 100644 (file)
@@ -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