[squid-users] Re: A little help on delay_pools

From: Adam Aube <aaube01@dont-contact.us>
Date: Wed, 14 Apr 2004 08:57:59 -0400

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
Received on Wed Apr 14 2004 - 07:00:08 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Apr 30 2004 - 12:00:02 MDT