diff options
author | 2004-10-28 19:29:53 +0000 | |
---|---|---|
committer | 2004-10-28 19:29:53 +0000 | |
commit | 66c686fd34bdf127175005e32ea18d28c94b9be8 (patch) | |
tree | acebe4c038571ae920ac9011cce3bdc958d23745 | |
parent | Add wax at phantomas now that it works; provides access to the second serial (diff) | |
download | wireguard-openbsd-66c686fd34bdf127175005e32ea18d28c94b9be8.tar.xz wireguard-openbsd-66c686fd34bdf127175005e32ea18d28c94b9be8.zip |
s/timeout modulation/timestamp modulation/
ok frantzen@
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index d0033b1a3de..dbd33692fa5 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.302 2004/10/18 23:08:08 mcbride Exp $ +.\" $OpenBSD: pf.conf.5,v 1.303 2004/10/28 19:29:53 mcbride Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -601,7 +601,7 @@ the firewall state, and expires before reaching the destination host. .Ar reassemble tcp will raise the TTL of all packets back up to the highest value seen on the connection. -.It timeout modulation +.It timestamp modulation Modern TCP stacks will send a timestamp on every TCP packet and echo the other endpoint's timestamp back to them. Many operating systems will merely start the timestamp at zero when |