]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
2003-04-02 06:39 wessels
authorhno <>
Thu, 19 Jun 2003 23:25:53 +0000 (23:25 +0000)
committerhno <>
Thu, 19 Jun 2003 23:25:53 +0000 (23:25 +0000)
document 'htcp' and 'carp-load-factor' options to cache_peer.

(carp-load-factor does not exists in Squid-3)

src/cf.data.pre

index b7a3cace4368cc9bb57d1f2f656f9fc0b8ad4494..7d1ce24dfbd68bcf42d9a87fafcb9ab4ad5962cb 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.320 2003/06/18 13:10:12 robertc Exp $
+# $Id: cf.data.pre,v 1.321 2003/06/19 17:25:53 hno Exp $
 #
 #
 # SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -404,6 +404,7 @@ DOC_START
                     digest-url=url
                     allow-miss
                     max-conn
+                    htcp
                     originserver
                     name=xxx
                     forceddomain=name
@@ -524,6 +525,10 @@ DOC_START
 
                     use 'max-conn' to limit the amount of connections Squid
                     may open to this peer.
+
+                    use 'htcp' to send HTCP, instead of ICP, queries
+                    to the neighbor.  You probably also want to
+                    set the "icp port" to 4827 instead of 3130.
                     
                     'originserver' causes this parent peer to be contacted as
                     a origin server. Meant to be used in accelerator setups.