If you want to change the number of redirection requests that the redirect server accepts, change the values for the request rates and the client rates.
Use the following configuration statements to configure the number of requests that the redirect server accepts:
- redirect-server {
- request-rate request-rate;
- request-burst-size request-burst-size;
- client-rate client-rate;
- client-burst-size client-burst-size;
- }
To configure the number of redirection requests that the redirect server can accept:
This value should exceed the value for the request rate. If the value for the request rate exceeds this value, the redirect server drops the excess requests.
This value should exceed the value for the client rate.