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

View File

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

View File

@ -804,6 +804,19 @@ ppp0 6000kbit 500kbit</programlisting>
(5) for a description of the allowable (5) for a description of the allowable
<replaceable>redoptions</replaceable>.</para> <replaceable>redoptions</replaceable>.</para>
</listitem> </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> </itemizedlist>
</listitem> </listitem>
</itemizedlist> </itemizedlist>