vnc/vnc-idle.patch
Tim Waugh 048adfb4ab - 4.1 (but still 4.0 Java viewer for the moment).
- No longer need fPIC patch.
- Removed sparc patch.
- Fixed VNC module link line (from upstream).
2005-03-04 13:09:54 +00:00

11 lines
483 B
Diff

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