diff options
author | 2017-10-14 06:50:21 +0000 | |
---|---|---|
committer | 2017-10-14 06:50:21 +0000 | |
commit | 9a974111f9d326a45e8bc3f609cfc97d71c5d651 (patch) | |
tree | 4b0577b7bf1c0686c71b69783447e43d096ffa11 | |
parent | reduce the amount of includes in arch/amd64 (diff) | |
download | wireguard-openbsd-9a974111f9d326a45e8bc3f609cfc97d71c5d651.tar.xz wireguard-openbsd-9a974111f9d326a45e8bc3f609cfc97d71c5d651.zip |
tweak previous;
-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 |