From 235ec6eb8e28884ca223a5d451aa83b18909acd9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 7 Apr 2010 10:34:20 +0200 Subject: [PATCH] Document all frontend_net configuration --- doc/frontend_net.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/frontend_net.xml b/doc/frontend_net.xml index 852f45c..c48e539 100644 --- a/doc/frontend_net.xml +++ b/doc/frontend_net.xml @@ -23,6 +23,30 @@ sends HTTP/Z39.50 messages to other filters. + + CONFIGURATION + + Element port is a repeating element (1 or more). The + text content specifies a listening port. + + + Element threads is an optional element. The + text content specifies number of worker threads for the following + filters to use. The default value is 5 (5 worker threads). + + + Element timeout is an optional element. The + text content is treated as an integer that specifies the session timeout + in seconds for a client session (using the frontend net filter). The + default value is 300 (5 minutes). + + + Element connect-max is an optional element. The + text content is treated as an integer that specifies maximum number + of TCP sessions from the same original IP. The special value 0 means + : no connection limit. This is also the default if this element is omitted. + + EXAMPLES -- 1.7.10.4