diff options
author | 2016-01-13 20:28:30 +0000 | |
---|---|---|
committer | 2016-01-13 20:28:30 +0000 | |
commit | a6ef7ece902cb1414c81870fb0d08ad3948315d1 (patch) | |
tree | 20b0804ddc0a733f6496b4ac38bfd0aab1dc3cb4 | |
parent | Bump number of tx fragments to the stock value of 18 (diff) | |
download | wireguard-openbsd-a6ef7ece902cb1414c81870fb0d08ad3948315d1.tar.xz wireguard-openbsd-a6ef7ece902cb1414c81870fb0d08ad3948315d1.zip |
Drop implementation notes section
-rw-r--r-- | share/man/man4/xnf.4 | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/share/man/man4/xnf.4 b/share/man/man4/xnf.4 index 98f0a144002..0a14f62710d 100644 --- a/share/man/man4/xnf.4 +++ b/share/man/man4/xnf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xnf.4,v 1.3 2016/01/07 19:42:48 jmc Exp $ +.\" $OpenBSD: xnf.4,v 1.4 2016/01/13 20:28:30 mikeb Exp $ .\" .\" Copyright (c) 2016 Mike Belopuhov .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 7 2016 $ +.Dd $Mdocdate: January 13 2016 $ .Dt XNF 4 .Os .Sh NAME @@ -28,16 +28,6 @@ The driver provides support for a paravirtual networking interface .Dq Netfront native to the Xen hypervisor. -.Sh IMPLEMENTATION NOTES -Both receive and transmit ring sizes are fixed at 256 entries due to -limitations of the interface. -.Pp -Currently -.Nm -will reassemble all packet chains consisting of more than 8 fragments -by calling -.Xr m_defrag 9 . -In case the chain still has more than 8 fragments, it will be dropped. .Sh SEE ALSO .Xr autoconf 4 , .Xr intro 4 , |