From 65e57a251d77b085a1d98532bb54da29f908d8ab Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Tue, 8 Nov 2022 13:25:05 +0100 Subject: [PATCH] Clarify use of maxconn in man page --- man/3proxy.cfg.3 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/man/3proxy.cfg.3 b/man/3proxy.cfg.3 index 82ba02a..83455d4 100644 --- a/man/3proxy.cfg.3 +++ b/man/3proxy.cfg.3 @@ -482,8 +482,12 @@ External or -e can be given twice: once with IPv4 and once with IPv6 address. .B maxconn .br - sets maximum number of simulationeous connections to each services -started after this command. Default is 100. + sets maximum number of simulationeous connections to each service +started after this command on network level. Default is 100. +.br + To limit clients, use connlim instead. maxconn will silently ignore +new connections, while connlim will report back to the client that +the connection limit has been reached. .br .B service