X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=doc%2Ffrontend_net.xml;h=f1083d81b32543e6de8a1b7fed098c5e47981a1f;hb=96fc69e02a82bcd542d1c2abe0918598f4f2e846;hp=852f45c0977fea071fc8eb2011fb69f06779e4c1;hpb=e9530d6289df9b848e4901d7c73f5a2f27706d66;p=metaproxy-moved-to-github.git diff --git a/doc/frontend_net.xml b/doc/frontend_net.xml index 852f45c..f1083d8 100644 --- a/doc/frontend_net.xml +++ b/doc/frontend_net.xml @@ -1,5 +1,5 @@ - %idcommon; @@ -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