# # congestion.config # # The purpose of this file is to specify the congestion control rules. # # Each line consists of a set of tag value pairs. The pairs # are in the format = # # Each line must include exactly one primary specifier # # Primary destination specifiers are # dest_domain= # dest_host= # dest_ip= # host_regex= # # Lines may include any number of the secondary specifiers but # secondary specifiers may not be duplicated on the same line. # # Secondary specifiers are # port= # prefix= # # The CongestionControl Rule tag= pairs include: # max_connection_failures= // M # fail_window= // N # proxy_retry_interval= // t # client_wait_interval= // T # wait_interval_alpha= // alpha # live_os_conn_timeout= // n # live_os_conn_retries= // m # dead_os_conn_timeout= // n' # dead_os_conn_retries= // m' # max_connection= // -1 means unlimited # error_page= # congestion_scheme=per_ip|per_host # # # The suggested default values are as follows: # max_connection_failures=5 # fail_window=120 # proxy_retry_interval=10 # client_wait_interval=300 # wait_interval_alpha=30 # live_os_conn_timeout=60 # live_os_conn_retries=2 # dead_os_conn_timeout=15 # dead_os_conn_retries=1 # max_connection=-1 # error_page="congestion#retryAfter" # congestion_scheme="per_ip" # # You can change the records.config config variables to change the above defaults: # CONFIG proxy.config.http.congestion_control.default.XXX INT|STRING YYY #