diff options
author | Kristof Provost <kp@FreeBSD.org> | 2025-01-09 09:39:01 +0000 |
---|---|---|
committer | Kristof Provost <kp@FreeBSD.org> | 2025-01-14 08:54:19 +0000 |
commit | 0300b49ac821f6b7e273fb936fa50aefbddb5129 (patch) | |
tree | 431b8d05ddf1742fd71a96354ed06e37192dd3ed | |
parent | a8136ab47c97d470b39246b53a64ebbe76f5413f (diff) |
pf.conf.5: fix description for tcp.opening timeout
Issue reported by Felix Rust; ok jmc@
Obtained from: OpenBSD, bluhm <bluhm@openbsd.org>, 9278cfc6cf
Sponsored by: Rubicon Communications, LLC ("Netgate")
-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 6229a49eccc1..7e2c96c07473 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd January 7, 2025 +.Dd January 9, 2025 .Dt PF.CONF 5 .Os .Sh NAME @@ -265,7 +265,8 @@ firewall at the risk of dropping valid idle connections. .It Ar tcp.first The state after the first packet. .It Ar tcp.opening -The state before the destination host ever sends a packet. +The state after the second packet but before both endpoints have +acknowledged the connection. .It Ar tcp.established The fully established state. .It Ar tcp.closing |