Revision e643627c
Added by Ben Cook over 9 years ago
src/etc/inc/shaper.inc | ||
---|---|---|
881 | 881 |
|
882 | 882 |
$section->addInput(new Form_Input( |
883 | 883 |
'tbrconfig', |
884 |
'TRB Size',
|
|
884 |
'TBR Size',
|
|
885 | 885 |
'number', |
886 | 886 |
$this->GetTbrConfig() |
887 | 887 |
))->setHelp('Adjusts the size, in bytes, of the token bucket regulator. If not specified, heuristics based on the interface ' . |
Also available in: Unified diff
Fix trivial GUI typo.
TRB should be TBR for "Token Bucket Regulator".