aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid-head/squid_traffic.xml
diff options
context:
space:
mode:
authorFernando Lemos <fernandotcl@pfsense.org>2006-09-29 18:16:55 +0000
committerFernando Lemos <fernandotcl@pfsense.org>2006-09-29 18:16:55 +0000
commitfca3b7e3e5d32ccf2ca884aed47f8c1e88d56c70 (patch)
tree65483ea65e53251ff2de68770b3ae074a8188c7a /packages/squid-head/squid_traffic.xml
parentcb86f22499558f68b56e6d01555c6b6aca07ee79 (diff)
downloadpfsense-packages-fca3b7e3e5d32ccf2ca884aed47f8c1e88d56c70.tar.gz
pfsense-packages-fca3b7e3e5d32ccf2ca884aed47f8c1e88d56c70.tar.bz2
pfsense-packages-fca3b7e3e5d32ccf2ca884aed47f8c1e88d56c70.zip
Lots of updates, new options, some fixes... Should soon merge with the main package (hopefully).
Diffstat (limited to 'packages/squid-head/squid_traffic.xml')
-rw-r--r--packages/squid-head/squid_traffic.xml28
1 files changed, 26 insertions, 2 deletions
diff --git a/packages/squid-head/squid_traffic.xml b/packages/squid-head/squid_traffic.xml
index f9ebcf5c..859420a9 100644
--- a/packages/squid-head/squid_traffic.xml
+++ b/packages/squid-head/squid_traffic.xml
@@ -38,7 +38,7 @@
<field>
<fieldname>max_download_size</fieldname>
<fielddescr>Maximum download size</fielddescr>
- <description>Limit the maximum total download size to the size specified here (in kilobytes). Set to 0 to disable.</description>
+ <description>Limit the maximum total download size to the size specified here (in kilobytes). Downloads bigger than the specified size will be denied. Set to 0 to disable.</description>
<default_value>0</default_value>
<required/>
<type>input</type>
@@ -46,7 +46,23 @@
<field>
<fieldname>max_upload_size</fieldname>
<fielddescr>Maximum upload size</fielddescr>
- <description>Limit the maximum total upload size to the size specified here (in kilobytes). Set to 0 to disable.</description>
+ <description>Limit the maximum total upload size to the size specified here (in kilobytes). Uploads bigger than the specified size will be denied. Set to 0 to disable.</description>
+ <default_value>0</default_value>
+ <required/>
+ <type>input</type>
+ </field>
+ <field>
+ <fieldname>overall_capping</fieldname>
+ <fielddescr>Overall capping</fielddescr>
+ <description>Caps the download speeds of the network that connects to the proxy as a whole at the specified size (in kilobytes per second). Set to 0 to disable.</description>
+ <default_value>0</default_value>
+ <required/>
+ <type>input</type>
+ </field>
+ <field>
+ <fieldname>perhost_capping</fieldname>
+ <fielddescr>Per-host capping</fielddescr>
+ <description>Caps the download speeds of each user that connects to the proxy at the specified size (in kilobytes per second). Set to 0 to disable.</description>
<default_value>0</default_value>
<required/>
<type>input</type>
@@ -68,6 +84,14 @@
<type>input</type>
</field>
<field>
+ <fieldname>initial_bucket_level</fieldname>
+ <fielddescr>Initial bucket level</fielddescr>
+ <description>The initial bucket level is used to determine how much is put in each bucket when a connection is established. Set to 0 to set the initial bucket level to 100%.</description>
+ <default_value>0</default_value>
+ <required/>
+ <type>input</type>
+ </field>
+ <field>
<fieldname>throttle_specific</fieldname>
<fielddescr>Throttle only specific extensions</fielddescr>
<description>Leave this checked to be able to choose the extensions that throttling will be applied to. Otherwise, all files will be throttled.</description>