]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Marin Stavrev <mstavrev@gmail.com>
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 3 May 2008 23:37:00 +0000 (11:37 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 3 May 2008 23:37:00 +0000 (11:37 +1200)
commit96a59806e99ce4d0ab4de1aec8c77b7f0afd5447
treea03a4c28bee3b16fc66202631d25802f3db2ed5f
parentc3160c1d0813cd40c6760e1d2b3519bcfb558335
Author: 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