Re: [squid-users] delay pools

From: 李宇 <adslsccx@dont-contact.us>
Date: Thu, 16 Jan 2003 17:27:18 +0800

Paras pradhan,hello!
    First you should --enable-delay-polls when you confgiure your squid,and compile it.
    then , in your squid.conf file,written down what you want.
        here is mine:
#acl magic_words2 url_regex -i ftp .mp3 .vqf .avi .mpeg .mpe .mpg .qt .ram .rm .ra
w .wav .mov
# Delay Pool
delay_pools 2
# We have ADSL 2Mbits line
# 2 mbits == 256 kbytes per second
# 256 KB/s, 5 KB/s
# It means 256 KB/s bandwith for the whole network, but 5 KB/s for each node, whic
h is fair for everybody
delay_class 1 2
delay_parameters 1 256000/256000 5000/256000
#delay_access 1 allow magic_words2
delay_access 1 allow adsl_limit
delay_access 1 allow adsl_users
delay_access 1 deny all
# -1/-1 means that there are no limits for local traffic.
delay_class 2 2
delay_parameters 2 -1/-1 -1/-1
delay_access 2 allow adsl_vip
delay_access 2 allow password
                 

======= 2003-01-16 14:44:00 您在来信中写道:=======

>hi all
>
>How do i configure delay pools so that i can assign only 3 Kbps to each of
>my users individually. I am using RH 7.2.
>
>
>Thanks
>Paras pradhan
>Systems Dept.
>Bajranet PVT LTD
>Kathmandu
>Nepal.

= = = = = = = = = = = = = = = = = = = =
                        

        致
礼!
 
                                 
        李宇
        adslsccx@mail.sc.cninfo.net
          2003-01-16
Received on Thu Jan 16 2003 - 02:26:33 MST

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