The trick (in Squid) is as you say delaypools
delay_pools 1
delay_class 1 2
acl delayed_users 192.168.1.54
delay_access 1 allow delayed_users
delay_parameters 1 -1/-1 3000/3000
or to be a little more gratious, allowing bursts of 10kbyte/s but not
continous downloads more than 3kbyte/s:
delay_parameters 1 -1/-1 3000/10000
-- Henrik Nordstrom J.D. Bronson wrote: > > You might be the best one to ask this to: > > I have a rather out-of-the-box squid 2.4 install. > > I wanted to limit bandwidth to ONE SINGLE IP and I do not care about > whether it is http/ftp, music/video or simple web access.... > > I think the trick is delay pools....but I get a little confused about this. > > Just one IP and limit it to 3K/sec MAX transfer speed from squid. > > Thanx in advance. > > -JDB -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Mon Jan 29 2001 - 00:35:24 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:57:37 MST