Added support for terminating inactive/active/disconnected sessions. This is a port of the SF patch 1025108.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@203 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb/ServerCore.h b/rfb/ServerCore.h
index 74d7443..b01fcfd 100644
--- a/rfb/ServerCore.h
+++ b/rfb/ServerCore.h
@@ -33,6 +33,9 @@
public:
static IntParameter idleTimeout;
+ static IntParameter maxDisconnectionTime;
+ static IntParameter maxConnectionTime;
+ static IntParameter maxIdleTime;
static IntParameter clientWaitTimeMillis;
static StringParameter sec_types;
static StringParameter rev_sec_types;