diff options
author | 2002-07-30 08:56:07 +0000 | |
---|---|---|
committer | 2002-07-30 08:56:07 +0000 | |
commit | 18809ff8e5a0f7a6e350f349df86452595ea003d (patch) | |
tree | 24ec3684a7c3e0ea60ceab7e0c3bc909d9994c1b | |
parent | backout, this will go in in little pieces (diff) | |
download | wireguard-openbsd-18809ff8e5a0f7a6e350f349df86452595ea003d.tar.xz wireguard-openbsd-18809ff8e5a0f7a6e350f349df86452595ea003d.zip |
65335->65535 typo
henning ok@
-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 44cd4105678..e2dc5f46261 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.68 2002/07/30 08:55:12 pb Exp $ +.\" $OpenBSD: pf.conf.5,v 1.69 2002/07/30 08:56:07 pb Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -867,7 +867,7 @@ rules are evaluated independently. Hence, their relative position in the rule set is not relevant, and packets can't be blocked before normalization. .Sh FRAGMENT HANDLING -IP datagrams (packets) can have a size of up to 65335 bytes. +IP datagrams (packets) can have a size of up to 65535 bytes. Most network links, however, have a maximum transmission unit (MTU) that is significantly lower (1500 bytes is common). When an IP packet's size exceeds the MTU of the interface it has to |