]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added documentation for max-conn cache_peer option.
authorhno <>
Mon, 11 Jun 2001 04:08:52 +0000 (04:08 +0000)
committerhno <>
Mon, 11 Jun 2001 04:08:52 +0000 (04:08 +0000)
The following cache_peer options is still undocumented:

   htcp (experimental)
   carp-load-factor= (experimental, may be replaced by weight=)

src/cf.data.pre

index ddc679d40f0db5b250408ef8c63c413b13f27725..b909c2fcdd43735407aa607bac6ea6df9372a34c 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.219 2001/05/04 13:37:41 hno Exp $
+# $Id: cf.data.pre,v 1.220 2001/06/10 22:08:52 hno Exp $
 #
 #
 # SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -267,6 +267,7 @@ DOC_START
                     connect-timeout=nn
                     digest-url=url
                     allow-miss
+                    max-conn
 
                     use 'proxy-only' to specify that objects fetched
                     from this cache should not be saved locally.
@@ -351,6 +352,9 @@ DOC_START
                     requests from peer by denying cache_peer_access if the
                     source is a peer)
 
+                    use 'max-conn' to limit the amount of connections Squid
+                    may open to this peer.
+
        NOTE: non-ICP neighbors must be specified as 'parent'.
 DOC_END