diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2003-03-02 12:37:50 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2003-03-02 12:37:50 +0000 |
commit | 7b7ab189d6093d5e61766d0fd9aceb2a24e13fcb (patch) | |
tree | d0c501d480379dd36a6b1f7d1556a378fa3bf566 /share/man | |
parent | 7297f8e76e91850e8dc97ddcd7a94fdc3c13b3a4 (diff) |
The (optional) priority queue is also used for TCP ACKs without data
payload now.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/pf.conf.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index cb05b3d0f45..e85fc0d5e1a 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.188 2003/02/28 22:43:59 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.189 2003/03/02 12:37:49 dhartmei Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -610,7 +610,8 @@ is specified; when a second one is specified it will instead be used for packets which have a .Em tos of -.Em lowdelay . +.Em lowdelay +and for TCP ACKs with no data payload. .Pp To continue the previous example, the examples below would specify the four referenced |