> i defined slow and fast access using delay pools
> but download on slower access was much faster than
> fast access machine.

1) You put "slow_users" into both the slow and fast
pool, giving it more total bandwidth than fast_users

2) You used bad syntax adding users to the pools

Try this instead:

delay_access 1 allow slow_users
delay_access 1 deny all
delay_access 2 allow fast_users
delay_access 2 deny all

Adam
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001

Reply via email to