s/numberic/numeric/

s/packages/packets/

(thanks Ian! D. Allen )


git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3076 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
judas_iscariote 2005-11-26 21:11:45 +00:00
parent f4aaf1bb7a
commit c2e288f5e9

View File

@ -117,7 +117,7 @@
network connection than you do (the line speed between the systems is the network connection than you do (the line speed between the systems is the
bottleneck, e.g. a DSL connection to you providers router, the router bottleneck, e.g. a DSL connection to you providers router, the router
itself is normally connected to a much faster backbone). So, if you drop itself is normally connected to a much faster backbone). So, if you drop
packages that are coming in too fast, the underlaying protocol might packets that are coming in too fast, the underlaying protocol might
recognize this and slow down the connection. TCP has a builtin mechanism recognize this and slow down the connection. TCP has a builtin mechanism
for this, UDP has not (but the protocol over UDP might recognize it , if for this, UDP has not (but the protocol over UDP might recognize it , if
there is any).</para> there is any).</para>
@ -159,7 +159,7 @@
<listitem> <listitem>
<para>MARK - Netfilter has a facility for <para>MARK - Netfilter has a facility for
<firstterm>marking</firstterm> packets. Packet marks have a numberic <firstterm>marking</firstterm> packets. Packet marks have a numeric
value which is limited in Shorewall to the values 1-255. You assign value which is limited in Shorewall to the values 1-255. You assign
packet marks to different types of traffic using entries in the packet marks to different types of traffic using entries in the
<filename>/etc/shorewall/tcrules</filename> file.</para> <filename>/etc/shorewall/tcrules</filename> file.</para>
@ -491,9 +491,9 @@ ppp0 6000kbit 500kbit</programlisting>
that puts all tcp ack packets on that interface that have an that puts all tcp ack packets on that interface that have an
size of &lt;=64 Bytes to go in this class. This is useful for size of &lt;=64 Bytes to go in this class. This is useful for
speeding up downloads. Please note that the size of the ack speeding up downloads. Please note that the size of the ack
packages is limited to 64 bytes as some applications (p2p for packets is limited to 64 bytes as some applications (p2p for
example) use to make every package an ack package which would example) use to make every package an ack package which would
cause them all into here. We want only packages WITHOUT payload cause them all into here. We want only packets WITHOUT payload
to match, so the size limit. Bigger packets just take their to match, so the size limit. Bigger packets just take their
normal way into the classes.</para> normal way into the classes.</para>