X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=doc%2Ffrontend_net.xml;h=c48e539374fa423547880ceca8392a0b42af3727;hb=2d12b3e6e375f6dbf352c2c1e43007fc746f625a;hp=dca5720618e2c9bd66e191b2848c46c7f2d117f9;hpb=601933683c68801e86c4f1380b70a8972eaa1cb1;p=metaproxy-moved-to-github.git diff --git a/doc/frontend_net.xml b/doc/frontend_net.xml index dca5720..c48e539 100644 --- a/doc/frontend_net.xml +++ b/doc/frontend_net.xml @@ -4,7 +4,6 @@ %idcommon; ]> - frontend_net @@ -24,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