mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 06:10:42 +01:00
Update 'flow=' description in the TC doc
This commit is contained in:
parent
e18238c665
commit
acc985a290
@ -606,25 +606,26 @@ ppp0 6000kbit 500kbit</programlisting>
|
||||
|
||||
<listitem>
|
||||
<para>flow=<emphasis>keys</emphasis> - Shorewall attaches an SFQ
|
||||
queuing discipline to each leaf HTB class. SFQ ensures that each
|
||||
<firstterm>flow</firstterm> gets equal access to the interface.
|
||||
The default definition of a flow corresponds roughly to a
|
||||
Netfilter connection. So if one internal system is running
|
||||
queuing discipline to each leaf HTB and HFSC class. SFQ ensures
|
||||
that each <firstterm>flow</firstterm> gets equal access to the
|
||||
interface. The default definition of a flow corresponds roughly
|
||||
to a Netfilter connection. So if one internal system is running
|
||||
BitTorrent, for example, it can have lots of 'flows' and can
|
||||
thus take up a larger share of the bandwidth than a system
|
||||
having only a single active connection. The
|
||||
<option>flow</option> classifier (module cls_flow) works around
|
||||
this by letting you define what a 'flow' is. The clasifier must
|
||||
be used carefully or it can block off all traffic on an
|
||||
interface! The flow option can be specified for an HTB leaf
|
||||
class (one that has no sub-classes). We recommend that you use
|
||||
the following:</para>
|
||||
interface! The flow option can be specified for an HTB or HFSC
|
||||
leaf class (one that has no sub-classes). We recommend that you
|
||||
use the following:</para>
|
||||
|
||||
<simplelist>
|
||||
<member>Shaping internet-bound traffic: flow=nfct-src</member>
|
||||
<member>Shaping internet-bound traffic: <emphasis
|
||||
role="bold">flow=nfct-src</emphasis></member>
|
||||
|
||||
<member>Shaping traffic bound for your local net:
|
||||
flow=dst</member>
|
||||
<member>Shaping traffic bound for your local net: <emphasis
|
||||
role="bold">flow=dst</emphasis></member>
|
||||
</simplelist>
|
||||
|
||||
<para>These will cause a 'flow' to consists of the traffic
|
||||
|
Loading…
Reference in New Issue
Block a user