From: hno <> Date: Thu, 19 Jun 2003 23:25:53 +0000 (+0000) Subject: 2003-04-02 06:39 wessels X-Git-Tag: SQUID_3_0_PRE1~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4c95c38896a19f11a0c7775cf3c12da929a85e9;p=thirdparty%2Fsquid.git 2003-04-02 06:39 wessels document 'htcp' and 'carp-load-factor' options to cache_peer. (carp-load-factor does not exists in Squid-3) --- diff --git a/src/cf.data.pre b/src/cf.data.pre index b7a3cace43..7d1ce24dfb 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -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.