From d55816b125148c329ee8f3f2fcd0ad954f22a81f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20=C3=85strand?= Date: Mon, 14 Feb 2005 12:54:59 +0000 Subject: [PATCH] Applied vnc-idle.patch from FC3, plus documentation. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@181 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- rfb/ServerCore.cxx | 2 +- xc/programs/Xserver/Xvnc.man | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rfb/ServerCore.cxx b/rfb/ServerCore.cxx index 7a20c569..ea1ff276 100644 --- a/rfb/ServerCore.cxx +++ b/rfb/ServerCore.cxx @@ -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 " diff --git a/xc/programs/Xserver/Xvnc.man b/xc/programs/Xserver/Xvnc.man index 4576a4fb..0e9f44f2 100644 --- a/xc/programs/Xserver/Xvnc.man +++ b/xc/programs/Xserver/Xvnc.man @@ -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 -- 2.39.5