[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squid-cvs
Subject:    /bzr/squid3/trunk/ r9408: Release Notes update for ZPH polish.
From:       Amos Jeffries <squid3 () treenet ! co ! nz>
Date:       2008-12-24 7:17:45
Message-ID: 20081224072505.64066.qmail () squid-cache ! org
[Download RAW message or body]

--===============1890163034==
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------
revno: 9408
committer: Amos Jeffries <squid3@treenet.co.nz>
branch nick: trunk
timestamp: Wed 2008-12-24 20:17:45 +1300
message:
  Release Notes update for ZPH polish.
modified:
  doc/release-notes/release-3.1.html
  doc/release-notes/release-3.1.sgml

--===============1890163034==
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; name="r9408.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

=== modified file 'doc/release-notes/release-3.1.html'
--- a/doc/release-notes/release-3.1.html	2008-11-09 10:13:26 +0000
+++ b/doc/release-notes/release-3.1.html	2008-12-24 07:17:45 +0000
@@ -295,9 +295,9 @@
 <UL>
 <LI>Allows you to select a TOS/Diffserv value to mark local hits.</LI>
 <LI>Allows you to select a TOS/Diffserv value to mark peer hits.</LI>
-<LI>Allows you to selectively set only sibling or sibling+parent requests</LI>
-<LI>Allows any HTTP response towards clients will have the TOS value of the response \
                coming from
-the remote server masked with the value of zph_preserve_miss_tos_mask.
+<LI>Allows you to selectively mark only sibling or parent requests</LI>
+<LI>Allows any HTTP response towards clients to have the TOS value of the response \
coming from +the remote server preserved.
 For this to work correctly, you will need to patch your linux kernel with the TOS \
preserving ZPH patch.  The kernel patch can be downloaded from 
 <A HREF="http://zph.bratcheda.org">http://zph.bratcheda.org</A></LI>
@@ -311,17 +311,20 @@
 <P>Squid 3.1 needs to be configured with --enable-zph-qos for the ZPH QoS controls \
to be available.</P>  
 <P>The configuration options for 2.7 and 3.1 are based on different ZPH patches.
-The two releases configuration differs and is not at this point directly \
translatable.</P> +The two releases configuration differs and only the TOS mode \
settings are directly translatable.</P>  <P>
 <UL>
-<LI><EM>zph_tos_local</EM>              Responses found as a HIT in the local \
                cache</LI>
-<LI><EM>zph_tos_peer</EM>               Responses found as a HIT on peer \
                caches.</LI>
-<LI><EM>zph_tos_parent</EM>             Qos to Sibling caches only or all \
                peers.</LI>
-<LI><EM>zph_preserve_miss_tos</EM>      Use the same ToS settings received by Squid \
                from the remote server,
-on the client connection. Requires a kernel patch.</LI>
+<LI><EM>qos_flows local-hit=0xff</EM>           Responses found as a HIT in the \
local cache</LI> +<LI><EM>qos_flows sibling-hit=0xff</EM> Responses found as a HIT in \
a sibling peer</LI> +<LI><EM>qos_flows parent-hit=0xff</EM>  Responses found as a HIT \
in a parent peer</LI>  </UL>
 </P>
 
+<P>The lines above are spearated for documentation. qos_flows may be configured with \
all options on one line, or separated as shown. +Also options may be repeated as many \
times as desired. Only the final configured value for any option will be used.</P> +
+<P>The legacy Option and Priority modes available in Squid-2.7 are no longer \
supported.</P> +
 
 <H2><A NAME="ss2.7">2.7</A> <A HREF="#toc2.7">SSL Bump (for HTTPS Filtering and \
Adaptation)</A>  </H2>

=== modified file 'doc/release-notes/release-3.1.sgml'
--- a/doc/release-notes/release-3.1.sgml	2008-11-09 10:13:26 +0000
+++ b/doc/release-notes/release-3.1.sgml	2008-12-24 07:17:45 +0000
@@ -211,9 +211,9 @@
 <itemize>
 	<item>Allows you to select a TOS/Diffserv value to mark local hits.
 	<item>Allows you to select a TOS/Diffserv value to mark peer hits.
-	<item>Allows you to selectively set only sibling or sibling+parent requests
-	<item>Allows any HTTP response towards clients will have the TOS value of the \
                response coming from
-		the remote server masked with the value of zph_preserve_miss_tos_mask.
+	<item>Allows you to selectively mark only sibling or parent requests
+	<item>Allows any HTTP response towards clients to have the TOS value of the \
response coming from +		the remote server preserved.
 		For this to work correctly, you will need to patch your linux kernel with the TOS \
preserving ZPH patch.  The kernel patch can be downloaded from <url \
url="http://zph.bratcheda.org" name="http://zph.bratcheda.org">  <item>Allows you to \
mask certain bits in the TOS received from the remote server, @@ -224,16 +224,19 @@
 <p>Squid 3.1 needs to be configured with --enable-zph-qos for the ZPH QoS controls \
to be available.  
 <p>The configuration options for 2.7 and 3.1 are based on different ZPH patches.
-The two releases configuration differs and is not at this point directly \
translatable. +The two releases configuration differs and only the TOS mode settings \
are directly translatable.  
 <itemize>
-<item><em>zph_tos_local</em>		Responses found as a HIT in the local cache
-<item><em>zph_tos_peer</em>		Responses found as a HIT on peer caches.
-<item><em>zph_tos_parent</em>		Qos to Sibling caches only or all peers.
-<item><em>zph_preserve_miss_tos</em>	Use the same ToS settings received by Squid \
                from the remote server,
-					on the client connection. Requires a kernel patch.
+<item><em>qos_flows local-hit=0xff</em>		Responses found as a HIT in the local cache
+<item><em>qos_flows sibling-hit=0xff</em>	Responses found as a HIT in a sibling peer
+<item><em>qos_flows parent-hit=0xff</em>	Responses found as a HIT in a parent peer
 </itemize>
 
+<p>The lines above are spearated for documentation. qos_flows may be configured with \
all options on one line, or separated as shown. +Also options may be repeated as many \
times as desired. Only the final configured value for any option will be used. +
+<p>The legacy <b>Option</b> and <b>Priority</b> modes available in Squid-2.7 are no \
longer supported. +
 
 <sect1>SSL Bump (for HTTPS Filtering and Adaptation)
 


--===============1890163034==--


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic