diff options
author | 2003-01-15 23:19:19 +0000 | |
---|---|---|
committer | 2003-01-15 23:19:19 +0000 | |
commit | bd99d2789711e60b54cc62d3a7e476c600087b8d (patch) | |
tree | 394c556a81dfc23e27d8d370550ba0c021974715 | |
parent | Fixes from Andrey Matveev: (diff) | |
download | wireguard-openbsd-bd99d2789711e60b54cc62d3a7e476c600087b8d.tar.xz wireguard-openbsd-bd99d2789711e60b54cc62d3a7e476c600087b8d.zip |
at least mention the PRIQ scheduler.
more to come...
-rw-r--r-- | share/man/man5/pf.conf.5 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 61ebb45daba..c08abfddfc2 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.164 2003/01/10 10:08:54 cedric Exp $ +.\" $OpenBSD: pf.conf.5,v 1.165 2003/01/15 23:19:19 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -362,12 +362,16 @@ the .Pa altq on declaration. The -scheduler type is required but currently only +scheduler type is required. Currently .Pa cbq -is supported. +and +.Pa priq +are supported. The maximum rate for all queues on this interface is specified using the .Pa bandwidth directive; if not specified the interface's bandwidth is used. +.Pa priq +does not support bandwidth specification. The value must not exceed the interface bandwidth and can be specified in absolute and percentage values, where the latter is relative to the interface bandwidth. @@ -384,7 +388,8 @@ directive. .Pp In the following example, the interface .Pa dc0 -should queue up to 5 Mbit/s in four second-level queues using CBQ. +should queue up to 5 Mbit/s in four second-level queues using +.Pa cbq . Those four queues will be shown in a later example. .Bd -literal altq on dc0 cbq bandwidth 5Mb queue { std, http, mail, ssh } |