diff options
Diffstat (limited to '')
-rw-r--r-- | docs/man5/tinyproxy.conf.txt.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 |