mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 19:54:06 +01:00
Replace 'package' with 'packet' in tcclasses
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2781 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
53ede23769
commit
97e61bf0f4
@ -96,13 +96,13 @@
|
||||
# tos-<tosname> - this lets you define a filter for
|
||||
# the given <tosname> which lets you
|
||||
# define a value of the Type Of Service
|
||||
# bits in the ip package which causes
|
||||
# the package to go in this class.
|
||||
# bits in the ip packet which causes
|
||||
# the packet to go in this class.
|
||||
# Please note, that this filter overrides
|
||||
# all mark settings, so if you define
|
||||
# a tos filter for a class all traffic
|
||||
# having that mark will go in it regard-
|
||||
# less of the mark on the package.
|
||||
# less of the mark on the packet.
|
||||
# You can use the following
|
||||
# for this option
|
||||
#
|
||||
@ -121,11 +121,11 @@
|
||||
# an size of <=64 Bytes to go in this
|
||||
# class. This is useful for speeding up
|
||||
# downloads. Please note that the size
|
||||
# of the ack packages is limited to 64
|
||||
# of the ack packets is limited to 64
|
||||
# bytes as some applications (p2p for
|
||||
# example) use to make every package an
|
||||
# ack package which would cause them
|
||||
# all into here. We want only packages
|
||||
# example) use to make every packet an
|
||||
# ack packet which would cause them
|
||||
# all into here. We want only packets
|
||||
# WITHOUT payload to match, so the size
|
||||
# limit.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user