This patch from
David Luyer
gives Squid the ability to control the amount of traffic...
- for all items matching one ACL delay_child_access on the basis of a
single combined pool
- for all items matching the ACL delay_access on the basis of
- a combined pool
- a per-8-bit-net pool
- a per-host pool
These are currently based on the assumption that if the last 16-bits of
an IP are unique, it's the same pool. easy enough to fix.
Each neighbour can be tagged as ``no-delay'' if fetches from it shouldn't be
delayed. neighbours or parents without this tag are delayed/slowed based
on avaliable traffic in the ``pool,'' which is configured with an upper
limit and a per-second feed. there's a cachemgr interface to examine all
the delay pools and so on.