From f2f3668110d0ac26eb80cb16244501b2792ffb50 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Thu, 14 Aug 2003 17:08:55 +0000
Subject: [PATCH] (Parameters): Document the default value of "Low penalty". 
 Removed 	some text that was left behind a cut-n-paste operation.
 (Adding a New Protocol Request): Added a CHK_CONNECTION call to 	the
 example.

---
 doc/lyskomd.texi | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/doc/lyskomd.texi b/doc/lyskomd.texi
index 9b9069a0e..e29df837a 100644
--- a/doc/lyskomd.texi
+++ b/doc/lyskomd.texi
@@ -1,5 +1,5 @@
 \input texinfo
-@c $Id: lyskomd.texi,v 1.68 2003/08/12 13:58:14 ceder Exp $
+@c $Id: lyskomd.texi,v 1.69 2003/08/14 17:08:55 ceder Exp $
 @c %**start of header
 @setfilename lyskomd.info
 @include version.texi
@@ -509,7 +509,7 @@ start reading from it again.)  Default is @code{100}.
 @item Low penalty: @var{int}
 Once the penalty points for a client is reduced below this setting,
 the server will start reading from the client again.  This should be
-lower than @code{Max penalty}.
+lower than @code{Max penalty}.  Default is @code{20}.
 
 @item Connect timeout: @var{timeval}
 If the client doesn't send the initial handshake (such as
@@ -525,10 +525,6 @@ the clients will reset the timer.  The @samp{Login timout:} value is
 used while nobody is logged in on the session.
 Default is @code{30 minutes} and @code{11.5 days}, respectively.
 
-If nothing is sent to the client for this long, while somebody is logged
-in on the session, the client will be disconnected.
-Default is @code{45 minutes}.
-
 @item Max client data length: @var{int}
 The maxiumum allowed length for client name and version data. The
 default is @code{60}.
@@ -2073,6 +2069,7 @@ Success service(Conf_no conf_no, Text_no text_no)
     Conference *conf_stat;
     Text_stat  *text_stat;
 
+    CHK_CONNECTION(FAILURE);
     CHK_LOGIN(FAILURE);
     GET_C_STAT(conf_stat, conf_no, FAILURE);
     GET_T_STAT(text_stat, text_no, FAILURE);
-- 
GitLab