summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-03-20 13:41:44 -0400
committerjim-p <jimp@pfsense.org>2014-03-20 13:42:30 -0400
commitfbacfb900eae5323b1cbce4a4cfed50197920554 (patch)
tree13e012b01393e43bdfba15a880beb3431299735c
parent311464a18a8ee4e0d220c3bfb126c7b54125df46 (diff)
downloadpfsense-fbacfb900eae5323b1cbce4a4cfed50197920554.zip
pfsense-fbacfb900eae5323b1cbce4a4cfed50197920554.tar.gz
Clarify note on limiter queue weight to state that higher values get a larger share.
-rw-r--r--etc/inc/shaper.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index f8ea173..9aa3900 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -3706,7 +3706,7 @@ class dnqueue_class extends dummynet_class {
$form .= "<input name=\"weight\" type=\"text\" id=\"weight\" size=\"5\" value=\"";
$form .= $this->GetWeight() . "\" />";
$form .= "&nbsp;<br/> <span class=\"vexpl\">" . gettext("Hint: For queues under the same parent "
- . "this specifies the share that a queue gets(values range from 1 to 100, you can leave it blank otherwise)") . "</span>";
+ . "this specifies the share that a queue gets (values range from 1 to 100, higher values get a larger share. Can be left blank.)") . "</span>";
$form .= "</td></tr>";
$form .= "<tr style=\"display:none\" id=\"sprtable1\">";
$form .= "<td valign=\"middle\" class=\"vncellreq\">" . gettext("Packet loss rate") . "</td>";
OpenPOWER on IntegriCloud