Kenneth Oncinian wrote:

> So I like to limit squid/Internet access to 128kbps only using delay
> pools. (is my understanding correct about delay pools?)

> acl mynetwork src 10.87.2.0/24-10.87.4.0/24
> delay_pools 1
> delay_class 1 1
> delay_access 1 allow all
> delay_parameters 1 128000/128000

You have the right idea, except Squid's delay pools use bytes/second, and
bandwidth is usually measured in bits/second. Try this delay_parameters
line instead:

delay_parameters 1 16000/16000

Adam

Reply via email to