diff options
author | currite <sll@disroot.org> | 2020-09-15 10:28:07 +0200 |
---|---|---|
committer | currite <sll@disroot.org> | 2020-09-16 14:29:55 +0200 |
commit | 998339f92db664ec71fea189ba38bd38e6a6c4a6 (patch) | |
tree | b58ff2c6eb792c573346dd518a96f85f26108f0c /docs | |
parent | 47c5b4a210cc6beee0a9f88e1bbd03d355a393d6 (diff) | |
download | vyos-documentation-998339f92db664ec71fea189ba38bd38e6a6c4a6.tar.gz vyos-documentation-998339f92db664ec71fea189ba38bd38e6a6c4a6.zip |
qos: improve hint on choosing policy
Diffstat (limited to 'docs')
-rw-r--r-- | docs/qos.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/qos.rst b/docs/qos.rst index a4e56665..3cd183cf 100644 --- a/docs/qos.rst +++ b/docs/qos.rst @@ -336,12 +336,11 @@ you will only be able to apply one policy per interface and direction Some policies can be combined, you will be able to embed_ a different policy that will be applied to a class of the main policy. -.. hint:: If you are looking for a policy for your outbound traffic but - you do not know what policy you need, you might consider FQ-CoDel_ as - your multipurpose nearly-no-configuration low-delay fair-queue - policy; if delay does not worry you and you want to manually allocate - bandwidth shares to specific traffic, then you should consider - Shaper_. +.. hint:: **If you are looking for a policy for your outbound traffic** + but you don't know which one you need and you don't want to go + through every possible policy shown here, **our bet is that highly + likely you are looking for a** Shaper_ **policy and you want to** + :ref:`set its queues <embed>` **as FQ-CoDel**. Drop Tail --------- |