]> source.dussan.org Git - tigervnc.git/commitdiff
Applied vnc-idle.patch from FC3, plus documentation.
authorPeter Åstrand <astrand@cendio.se>
Mon, 14 Feb 2005 12:54:59 +0000 (12:54 +0000)
committerPeter Åstrand <astrand@cendio.se>
Mon, 14 Feb 2005 12:54:59 +0000 (12:54 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@181 3789f03b-4d11-0410-bbf8-ca57d06f2519

rfb/ServerCore.cxx
xc/programs/Xserver/Xvnc.man

index 7a20c5699835aceaa865ae51696a9bab145bdf11..ea1ff2762c76ee98bc0a6a5f24b409e226d669ca 100644 (file)
@@ -29,7 +29,7 @@
 rfb::IntParameter rfb::Server::idleTimeout
 ("IdleTimeout",
  "The number of seconds after which an idle VNC connection will be dropped",
3600);
+ 0);
 rfb::IntParameter rfb::Server::clientWaitTimeMillis
 ("ClientWaitTimeMillis",
  "The number of milliseconds to wait for a client which is no longer "
index 4576a4fb2bfd416fc3af8ce3db231e092f13b752..0e9f44f2abb18b201d395174cbfa7fc31d56a752 100644 (file)
@@ -179,7 +179,7 @@ parameter to "None".
 .TP
 .B \-IdleTimeout \fIseconds\fP
 The number of seconds after which an idle VNC connection will be dropped
-(default is 3600 i.e. an hour).
+(default is 0, which means that idle connections will never be dropped).
 
 .TP
 .B \-localhost