The branch main has been updated by kp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=da319c4d8c20e9a99d36865e1529e84b47b53289

commit da319c4d8c20e9a99d36865e1529e84b47b53289
Author:     Kristof Provost <k...@freebsd.org>
AuthorDate: 2025-07-09 13:16:42 +0000
Commit:     Kristof Provost <k...@freebsd.org>
CommitDate: 2025-07-18 07:33:29 +0000

    pf.conf.5: update syncookie example
    
    Multiply the number of states in the example adaptive timeout calculation
    by 10 so it works with the numbers in the config, which were previously
    multiplied.
    
    ok dlg@
    
    Obtained from:  OpenBSD, jmatthew <jmatt...@openbsd.org>, 5642facce3
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 share/man/man5/pf.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 11e22ebc78bf..ea3735482e42 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -365,7 +365,7 @@ set timeout { adaptive.start 60000, adaptive.end 120000 }
 set limit states 100000
 .Ed
 .Pp
-With 9000 state table entries, the timeout values are scaled to 50%
+With 90000 state table entries, the timeout values are scaled to 50%
 (tcp.first 60, tcp.established 43200).
 .It Ar set loginterface
 Enable collection of packet and byte count statistics for the given

Reply via email to