Re: [squid-users] Delay pools explained ??

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Thu, 05 Dec 2002 09:33:44 +0100

Looks right.

Will assign a individual limit of 512 bytes/second to all users based on
the last 16 bits of the client IP address, except for servers1 and
servers2 which will not be limited by the delay pool.

Regards
Henrik

Rabie van der Merwe wrote:
>
> Can someone explain how delay pools work, or point me to a URL ( not
> the Squid Doc's :) )
>
> I understand the basics about the three different types of pools.
> And that the buckets gets filled and once it is full it will rate
> limit to what I set it to.
>
> I want all my client to be limited to 4kbits except my servers which
> I want no limit, will the following config suffice?
>
> --Snip--
> acl clients 172.16.0.0/255.255.0.0
> acl servers1 172.16.10.0/255.255.255.0
> acl servers2 172.16.11.0/255.255.255.0
>
> delay_pools 1
> delay_class 1 3
> delay_parameters 1 -1/-1 -1/-1 512/512
> delay_access 1 deny servers1
> delay_access 1 deny servers2
> delay_access 1 allow clients
> --Snip--
>
> Regards
> Rabie
>
> **********************************************************************
> ------
> NOTICE
> ------
> This message contains privileged and confidential information intended
> only for the person or entity to which it is addressed.
>
> Any review, retransmission, dissemination, copy or other use of, or
> taking of any action in reliance upon this information by persons or
> entities other than the intended recipient, is prohibited.
>
> If you received this message in error, please notify the sender
> immediately by e-mail, facsimile or telephone and thereafter delete the
> material from any computer.
>
> Metropolitan Health Group, its subsidiaries or associates
> do not accept liability for any personal views expressed in
> this message.
>
> **********************************************************************
Received on Thu Dec 05 2002 - 01:34:08 MST

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