]> git.pld-linux.org Git - packages/squid.git/blame - squid-2.5.STABLE2-cache_peer_docs.patch
- added align patch, release 2.1 for tests
[packages/squid.git] / squid-2.5.STABLE2-cache_peer_docs.patch
CommitLineData
d46ed595
AM
1Index: squid/src/cf.data.pre
2diff -c squid/src/cf.data.pre:1.245.2.38 squid/src/cf.data.pre:1.245.2.39
3*** squid/src/cf.data.pre:1.245.2.38 Tue Apr 1 21:28:15 2003
4--- squid/src/cf.data.pre Tue Apr 1 21:39:02 2003
5***************
6*** 274,279 ****
7--- 274,281 ----
8 digest-url=url
9 allow-miss
10 max-conn
11+ htcp
12+ carp-load-factor
13
14 use 'proxy-only' to specify that objects fetched
15 from this cache should not be saved locally.
16***************
17*** 363,369 ****
18 use 'max-conn' to limit the amount of connections Squid
19 may open to this peer.
20
21! NOTE: non-ICP neighbors must be specified as 'parent'.
22 DOC_END
23
24 NAME: cache_peer_domain cache_host_domain
25--- 365,381 ----
26 use 'max-conn' to limit the amount of connections Squid
27 may open to this peer.
28
29! use 'htcp' to send HTCP, instead of ICP, queries
30! to the neighbor. You probably also want to
31! set the "icp port" to 4827 instead of 3130.
32!
33! use 'carp-load-factor=f' to define a parent
34! cache as one participating in a CARP array.
35! The 'f' values for all CARP parents must add
36! up to 1.0.
37!
38!
39! NOTE: non-ICP/HTCP neighbors must be specified as 'parent'.
40 DOC_END
41
42 NAME: cache_peer_domain cache_host_domain
This page took 0.088958 seconds and 4 git commands to generate.