]> git.ipfire.org Git - thirdparty/squid.git/commit
Authhor: Marin Stavrev <mstavrev@gmail.com>
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 1 May 2008 00:29:59 +0000 (12:29 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 1 May 2008 00:29:59 +0000 (12:29 +1200)
commit7172612f3d1a528d6763c53ff00b5b85e8e243a8
tree9a5991407d2e0cddefd979fbad71d25a12771719
parentde09e41007874294edb05d8e84719d0af5da04f8
Authhor: Marin Stavrev <mstavrev@gmail.com>
ZPH (Zero Penalty Hit) QOS features.

Adds --enable-zph-qos options to turn on the following:

 - Allows you to select a TOS/Diffserv value to mark local hits.

 - Allows you to select a TOS/Diffserv value to mark peer hits.

 - Allows you to selectively set only sibling or sibling+parent requests

 - Allows any HTTP response towards clients will
   have the TOS value of the response comming from the remote
   server masked with the value of zph_preserve_miss_tos_mask.
   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 http://zph.bratcheda.org

 - Allows you to mask certain bits in the TOS received from the
   remote server, before copying the value to the TOS send towards
   clients.
configure.in
src/cf.data.pre
src/client_side_reply.cc
src/fde.h
src/forward.cc
src/structs.h