summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-06-18 13:28:46 -0400
committerjim-p <jimp@pfsense.org>2013-06-18 13:28:46 -0400
commita27403c4e662eb0ce0b580af09dbf60066005051 (patch)
tree31c541149d89b15f4d80e2a089da14366e075d49 /etc/inc/shaper.inc
parent850324a23e45b3a11231f910290f8ff9b774d9bc (diff)
downloadpfsense-a27403c4e662eb0ce0b580af09dbf60066005051.zip
pfsense-a27403c4e662eb0ce0b580af09dbf60066005051.tar.gz
Add a brief description about bandwidth vs bursting.
Diffstat (limited to 'etc/inc/shaper.inc')
-rw-r--r--etc/inc/shaper.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index 07cbf24..d3e540a 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -3355,6 +3355,7 @@ EOD;
$form .= "</tbody></table>";
$form .= "<a onclick=\"javascript:addBwRowTo('maintable'); return false;\" href='#'>";
$form .= "<img border='0' src='/themes/{$g['theme']}/images/icons/icon_plus.gif' alt='add' title='" . gettext("add another schedule") . "' /></a>";
+ $form .= "<br/><span class=\"vexpl\">" . gettext("Bandwidth is a rate (e.g. Mbit/s), burst is a total amount of data that will be transferred at full speed after an idle period.") . "</span><br />";
$form .= "</td></tr>";
$form .= "<tr><td valign=\"middle\" class=\"vncellreq\">" . gettext("Mask") . "</td>";
$form .= "<td class=\"vncellreq\">";
OpenPOWER on IntegriCloud