Squid configuration manual

Reference manual for squid's configuraiton directives

View the Project on GitHub

Index Alphabetical Index

Option Name:

response_delay_pool

Suggested Config:


Details:

This option configures client response bandwidth limits using the
following format:

response_delay_pool name [option=value] ...

name	the response delay pool name

available options:

	individual-restore	The speed limit of an individual
				bucket(bytes/s). To be used in conjunction
				with 'individual-maximum'.

	individual-maximum	The maximum number of bytes which can
				be placed into the individual bucket. To be used
				in conjunction with 'individual-restore'.

	aggregate-restore	The speed limit for the aggregate
				bucket(bytes/s). To be used in conjunction with
				'aggregate-maximum'.

	aggregate-maximum	The maximum number of bytes which can
   				be placed into the aggregate bucket. To be used
				in conjunction with 'aggregate-restore'.

	initial-bucket-level	The initial bucket size as a percentage
				of individual-maximum.

Individual and(or) aggregate bucket options may not be specified,
   	meaning no individual and(or) aggregate speed limitation.
See also response_delay_pool_access and delay_parameters for
terminology details.
Index Alphabetical Index