Re: [squid-users] Limit Download Accelerators using req_header and maxconn

2009-05-07 Thread Chris Robertson
molybtek wrote: Chris Robertson-2 wrote: This is getting a bit off the path of your original question, but... Have you changed quick_abort_min, quick_abort_max or quick_abort_pct? How about read_ahead_gap? Delay pools should not download from the 'net faster than the data is delivered

Re: [squid-users] Limit Download Accelerators using req_header and maxconn

2009-05-07 Thread molybtek
Chris Robertson-2 wrote: molybtek wrote: Chris Robertson-2 wrote: This is getting a bit off the path of your original question, but... Have you changed quick_abort_min, quick_abort_max or quick_abort_pct? How about read_ahead_gap? Delay pools should not download from the 'net

Re: [squid-users] Limit Download Accelerators using req_header and maxconn

2009-05-07 Thread Amos Jeffries
molybtek wrote: Chris Robertson-2 wrote: molybtek wrote: Chris Robertson-2 wrote: This is getting a bit off the path of your original question, but... Have you changed quick_abort_min, quick_abort_max or quick_abort_pct? How about read_ahead_gap? Delay pools should not download from

Re: [squid-users] Limit Download Accelerators using req_header and maxconn

2009-05-06 Thread Chris Robertson
molybtek wrote: muhammad panji wrote: molybtek wrote: I'm trying to limit download accelerators making multiple connections, the only reliable way I could think of to identify them is their use of the Range header. However, if I block all range requests, then that would stop even

Re: [squid-users] Limit Download Accelerators using req_header and maxconn

2009-05-06 Thread molybtek
Chris Robertson-2 wrote: This is getting a bit off the path of your original question, but... Have you changed quick_abort_min, quick_abort_max or quick_abort_pct? How about read_ahead_gap? Delay pools should not download from the 'net faster than the data is delivered to the

[squid-users] Limit Download Accelerators using req_header and maxconn

2009-05-05 Thread molybtek
I'm trying to limit download accelerators making multiple connections, the only reliable way I could think of to identify them is their use of the Range header. However, if I block all range requests, then that would stop even legitimate partial downloads. So I was thinking of using maxconn as

Re: [squid-users] Limit Download Accelerators using req_header and maxconn

2009-05-05 Thread molybtek
muhammad panji wrote: molybtek wrote: I'm trying to limit download accelerators making multiple connections, the only reliable way I could think of to identify them is their use of the Range header. However, if I block all range requests, then that would stop even legitimate partial