Merge "Detailed help message for QoS max-burst-kbps value"

This commit is contained in:
Zuul 2018-08-14 17:44:18 +00:00 committed by Gerrit Code Review
commit a84aa492a6
1 changed files with 4 additions and 1 deletions

View File

@ -141,7 +141,10 @@ def _add_rule_arguments(parser):
dest='max_burst_kbits',
metavar='<max-burst-kbits>',
type=int,
help=_('Maximum burst in kilobits, 0 means automatic')
help=_('Maximum burst in kilobits, 0 or not specified means '
'automatic, which is 80%% of the bandwidth limit, which works '
'for typical TCP traffic. For details check the QoS user '
'workflow.')
)
parser.add_argument(
'--dscp-mark',