]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Polish ZPH configuration interface
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 24 Dec 2008 06:42:47 +0000 (19:42 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 24 Dec 2008 06:42:47 +0000 (19:42 +1300)
This completes the ZPH patch merge for Squid 3.1. It makes significant
changes to the squid.conf options previously used.

ZPH controls are now formally called "qos_flows" with a set of options
to set individual output flow TOS based on the flow source. see squid.conf
documentation for details.

Since this is new IP-layer code it also places the new QoS code in a
directory src/ip/ and library libip.la inline with the planned source
layout model.


Trivial merge