diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-10-14 06:50:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-10-14 06:50:22 +0000 |
commit | 8c4eec398968cfff42c90435015710eb39d3b377 (patch) | |
tree | 99d700a91a066d3f9fdb0df8def2203eebe328e9 /share/man/man5 | |
parent | 4af4921d4c387e488fed1ed4002f3f79910f8d18 (diff) |
tweak previous;
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 40f6fbf3ba4..117207a05b5 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.568 2017/10/13 23:41:34 mikeb Exp $ +.\" $OpenBSD: pf.conf.5,v 1.569 2017/10/14 06:50:21 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org> @@ -28,7 +28,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 13 2017 $ +.Dd $Mdocdate: October 14 2017 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -1478,7 +1478,7 @@ The maximum bandwidth that should be assigned to a given queue can be limited using the .Cm max keyword. -If such limitation isn't imposed on the root queue, borrowing can result in +If a limitation isn't imposed on the root queue, borrowing can result in saturating the bandwidth of the outgoing interface. Similarly, a minimum (reserved) bandwidth can be specified: .Pp @@ -1507,9 +1507,9 @@ indicating how many simultaneous states are expected with a option, unless a minimum bandwidth has been specified as well. .Pp When packets are classified by the stateful inspection engine, a flow -identifier is assigned to all packets belonging to the state thus limiting -the number of individual flows that can be recognized by the resolution of -a flow identifier. +identifier is assigned to all packets belonging to the state, +thus limiting the number of individual flows that can be recognized +by the resolution of a flow identifier. The current implementation is able to classify traffic into 32767 distinct flows. However, efficient fair sharing is observed even with a much smaller number @@ -1531,9 +1531,9 @@ option appears without a specification, the flow queue manager is selected as the queueing discipline for the corresponding interface acting as a default queue for all outgoing packets. -In such scenario, queue hierarchy is not supported. +In such a scenario, a queueing hierarchy is not supported. .Pp -In addition to the bandwidth and flow specifications queues support the +In addition to the bandwidth and flow specifications, queues support the following options: .Bl -tag -width xxxx .It Cm default |