From bc1b7def01e3ecd94ecf8dd0e6410b05723537c3 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 28 Sep 2009 08:40:35 +0200 Subject: docs: document "MaxClients" in tinyproxy.conf(5) Michael --- docs/man5/tinyproxy.conf.txt.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/man5') diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index eca5fef..ced696a 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -164,6 +164,12 @@ The possible keywords and their descriptions are as follows: * 'IP/bits' matches network/mask * 'IP/mask' matches network/mask +*MaxClients*:: + + Tinyproxy creates one child process for each connected client. + This options specifies the absolute highest number processes that + will be created. With other words, only MaxClients clients can be + connected to Tinyproxy simultaneously. BUGS -- cgit v1.2.3