Squid configuration manual

Reference manual for squid's configuraiton directives

View the Project on GitHub

Index Alphabetical Index

Option Name:

client_delay_parameters

Suggested Config:


Details:

This option configures client-side bandwidth limits using the
following format:

    client_delay_parameters pool speed_limit max_bucket_size

pool is an integer ID used for client_delay_access matching.

speed_limit is bytes added to the bucket per second.

max_bucket_size is the maximum size of a bucket, enforced after any
speed_limit additions.

Please see the delay_parameters option for more information and
examples.

Example:
	client_delay_parameters 1 1024 2048
	client_delay_parameters 2 51200 16384

See also client_delay_access.
Index Alphabetical Index