diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2003-05-12 04:22:05 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2003-05-12 04:22:05 +0000 |
commit | 9c3c343d7a974ff808a1d82a71a45964a093fca7 (patch) | |
tree | b516405ac295b7ba9ce0622f2961639542cc1cd7 /share | |
parent | 9f1d43864284b6952d3ecda16a8764a6d9cb6fae (diff) |
Use an example that acutally makes some sense.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 2bb9eaa0aa1..6a52989a00d 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.235 2003/05/12 01:25:32 dhartmei Exp $ +.\" $OpenBSD: pf.conf.5,v 1.236 2003/05/12 04:22:04 dhartmei Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -319,8 +319,8 @@ set timeout { adaptive.start 6000, adaptive.end 12000 } set limit states 10000 .Ed .Pp -With 10500 state table entries, the timeout values are scaled to 25% -(tcp.first 30, tcp.established 21600). +With 9000 state table entries, the timeout values are scaled to 50% +(tcp.first 60, tcp.established 43200). .Pp .It Ar set loginterface Enable collection of packet and byte count statistics for the given interface. |