RE: [squid-users] Delay pools to limit bandwidth in some ports

From: Adam Aube <aaube@dont-contact.us>
Date: Mon, 13 Oct 2003 15:46:43 -0400

> Here is my delay pool config:
> delay_pool 1
> delay_class 1 1
> acl SlowPorts port 1214
> delay_access 1 allow SlowPorts
> delay_access 1 deny all
> delay_parameters 1 8000/64000
>
> With this delay pool config, i will restrict to
> 64kbps all users connected to 1214 port.

Yes. These settings will give a pool of 64000 bytes to download that
is refilled at 8000 bytes per second (64kbps). This does mean they
could "burst" at speeds higher than 64kbps before the rate limiting
begins to affect them. You may want to set the max level lower (say
12000 or 16000 instead of 64000) - a sudden download of 64000 bytes
will swamp a 512kbps link (albeit briefly).

Adam
Received on Mon Oct 13 2003 - 13:46:45 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:28 MST