Tweak fq_codel documentation.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-12-29 11:20:16 -08:00
parent 6d9cca1cff
commit 115081dda5
3 changed files with 19 additions and 5 deletions

View File

@ -599,8 +599,8 @@
dropping a packet. If this parameter is specified,
packets which indicate that their hosts honor ECN will
only be marked and not dropped, unless the queue size
hits <replaceable>limit</replaceable> bytes. Needs a tc
binary with RED support compiled in. Recommended.</para>
hits <replaceable>limit</replaceable> bytes.
Recommended.</para>
</listitem>
</varlistentry>
</variablelist>

View File

@ -564,9 +564,10 @@
<listitem>
<para>Added in Shorewall 4.5.12. When specified for a leaf
class, causes the class to use the FQ_CODEL (Fair-queuing
Controlled Delay) queuing discipline rather than SFQ. See
tc-fq_codel (8) for additional information.</para>
class, causes the class to use the FQ_CODEL
(<firstterm>Fair-queuing Controlled-Delay</firstterm>) queuing
discipline rather than SFQ. See tc-fq_codel (8) for additional
information.</para>
<para>Allowable <replaceable>codeloptions</replaceable>
are:</para>

View File

@ -804,6 +804,19 @@ ppp0 6000kbit 500kbit</programlisting>
(5) for a description of the allowable
<replaceable>redoptions</replaceable>.</para>
</listitem>
<listitem>
<para>fq_codel[=(<replaceable>codeloption</replaceable>,...)] -
Added in Shorewall 4.5.12. When specified on a leaf class,
causes the class to use the FQ CODEL (Fair-queuing
Controlled-delay) queuing discipline rather than SFQ. See
tc-fq_codel (8) for additional information.</para>
<para>See <ulink
url="manpages/shorewall-tcdevices.html">shorewall-tcdevices</ulink>
(5) for a description of the allowable
<replaceable>codloptions</replaceable>.</para>
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>