Re: quick_abort ???

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Thu, 23 Jul 1998 22:28:37 +0200

Katariina* wrote:
>
> hi,
> there should be something wrong at squid quick_abort feature....
> I mean there it writes that
> quick_abort min-kbytes percent max-kbytes
>
> well the min-kbytes is, if there is less then min-kbytes remaining then
> the transfer
> continues also max-kbytes is, if there is less than max-kbytes remaining
> the transfer
> continues!!! are not they mean the same thing???

No.

Continue loading if less than min-kbytes remains
Abort if more than max-kbytes remains
If in-between then abort if less than percent% is downloaded.

Example:
quick_abort 10 80 100

2/11kb -> Less than 10 remains, continue.

40/100kb -> 40 is less than 80% of 100, abort
90/100kb -> 90 is more than 80% of 100, continue the download.

850/1000kb -> More than 100kb remains, abort.

---
Henrik Nordström
Sparetime Squid Hacker
Received on Thu Jul 23 1998 - 13:33:50 MDT

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