Magellan Linux

Annotation of /trunk/vnc/patches/vnc-idle.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 483 byte(s)
-import

1 niro 153 --- vnc-4_1-unixsrc/common/rfb/ServerCore.cxx.idle 2005-03-03 15:42:21.000000000 +0000
2     +++ vnc-4_1-unixsrc/common/rfb/ServerCore.cxx 2005-03-03 23:11:14.000000000 +0000
3     @@ -29,7 +29,7 @@
4     ("IdleTimeout",
5     "The number of seconds after which an idle VNC connection will be dropped "
6     "(zero means no timeout)",
7     - 3600, 0);
8     + 0, 0);
9     rfb::IntParameter rfb::Server::clientWaitTimeMillis
10     ("ClientWaitTimeMillis",
11     "The number of milliseconds to wait for a client which is no longer "