From: Amos Jeffries Date: Fri, 28 Jan 2011 13:17:28 +0000 (+1300) Subject: Update docs for maxconn ACL with indirect clients X-Git-Tag: take03^2~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55d0fae8b014a71d93ff9f3c6d6b4876b71deb3e;p=thirdparty%2Fsquid.git Update docs for maxconn ACL with indirect clients --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 60108a2423..38c1909fc8 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -770,7 +770,9 @@ DOC_START acl aclname maxconn number # This will be matched when the client's IP address has - # more than HTTP connections established. [fast] + # more than TCP connections established. [fast] + # NOTE: This only measures direct TCP links so X-Forwarded-For + # indirect clients are not counted. acl aclname max_user_ip [-s] number # This will be matched when the user attempts to log in from more @@ -943,6 +945,9 @@ DOC_START Controls whether the indirect client address (see follow_x_forwarded_for) is used instead of the direct client address in acl matching. + + NOTE: maxconn ACL considers direct TCP links and indirect + clients will always have zero. So no match. DOC_END NAME: delay_pool_uses_indirect_client