Squid configuration directive client_delay_parameters

Available in: 3.3   3.2   3.HEAD  

History:

Changes in 3.2 client_delay_parameters

New setting for client bandwidth limits to configures client-side bandwidth limits.

Configuration Details:

Option Name:client_delay_parameters
Replaces:
Requires:--enable-delay-pools
Default Value:none
Suggested Config:


	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

 

Back

Search

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors