diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-10 14:24:34 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-10 14:24:34 +0000 |
commit | 01acdd8cc1741f3949d65f86c8f9f34790a58dd7 (patch) | |
tree | 50ecf418ee74e2be66339b7135f53cebc8620eb5 /share | |
parent | 84f94ffe61c744caab37462b306916b453ab0c2d (diff) |
english(4) police, Officer Jolan Luff
Diffstat (limited to 'share')
-rw-r--r-- | share/pf/ackpri | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/pf/ackpri b/share/pf/ackpri index 593fb52e4f0..e33657647e2 100644 --- a/share/pf/ackpri +++ b/share/pf/ackpri @@ -1,10 +1,10 @@ -# $OpenBSD: ackpri,v 1.1 2003/03/02 12:19:58 dhartmei Exp $ +# $OpenBSD: ackpri,v 1.2 2003/03/10 14:24:33 henning Exp $ -# Use a simple priority queue to priorize empty (no payload) TCP ACKs, +# Use a simple priority queue to prioritize empty (no payload) TCP ACKs, # which dramatically improves throughput on (asymmetric) links when the # reverse direction is saturated. The empty ACKs use an insignificant # part of the bandwidth, but if they get delayed, downloads suffer -# badly, so priorize them. +# badly, so prioritize them. # Example: 512/128 kbps ADSL. Download is 50 kB/s. When a concurrent # upload saturates the uplink, download drops to 7 kB/s. With the |