>acl download_until_end_by_ip dst 13.107.4.50
>acl freetimes time 03:00-08:00
>range_offset_limit none download_until_end_by_ip freetimes

wen you have  simultaneous connections on one large file update 

try that

collapsed_forwarding on     <----- enable that will help if there is lots a
connection to one file can shre

acl range_list_path urlpath_regex \.(mar|msp|esd|pkg\?)       <----extention
that you want to force full download 
range_offset_limit -1 range_list_path     <------------  -1 or none will
work
range_offset_limit 16 KB all !range_list_path  <---its option if you dont
want spesific limit after

ps...   range_offset_limit -1  or none might take your available bandwith so
think befor doing it



--
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/time-based-range-offset-limit-tp4678462p4678465.html
Sent from the Squid - Users mailing list archive at Nabble.com.
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to