Skip to content

Instantly share code, notes, and snippets.

@zenoando
Last active July 24, 2016 01:03
Show Gist options
  • Save zenoando/5254330 to your computer and use it in GitHub Desktop.
Save zenoando/5254330 to your computer and use it in GitHub Desktop.
Squid3 delay pools configuration
# DELAY POOL PARAMETERS
# ----------------------------------------------------------------------------
# lone delay pool
delay_pools 1
# look into the documented /etc/squid3/squid.conf config file
# the line below means delay pool 1 belongs to a class 1 delay pool
# *everything is in a single delay bucket*
delay_class 1 1
# this is delaying pool 1 to strict limit of 32000/8bytes = 256Kbps/s
delay_parameters 1 32000/32000
# create and acl names All
acl All src 0/0
# apply the delay pool on All
delay_access 1 allow All
@jeetlal
Copy link

jeetlal commented Jul 24, 2016

how to configure delay pool in redhat 6.2 please tel my
I hope you give me better response
thanks you sir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment