summaryrefslogtreecommitdiffstats
path: root/share/man/man4/inet.4
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2005-04-09 08:44:57 +0000
committermaxim <maxim@FreeBSD.org>2005-04-09 08:44:57 +0000
commitfb99cf4351a17490e159a0023fdcad28b6779b61 (patch)
tree694303941acf4864c9a299ef71c66b0223661717 /share/man/man4/inet.4
parent736477206e080bd9b100a261a8609812da1843cb (diff)
downloadFreeBSD-src-fb99cf4351a17490e159a0023fdcad28b6779b61.zip
FreeBSD-src-fb99cf4351a17490e159a0023fdcad28b6779b61.tar.gz
o Document net.inet.ip.maxfragpackets and maxfragsperpacket sysctls.
Reviewed by: ru, silby MFC after: 1 week
Diffstat (limited to 'share/man/man4/inet.4')
-rw-r--r--share/man/man4/inet.411
1 files changed, 10 insertions, 1 deletions
diff --git a/share/man/man4/inet.4 b/share/man/man4/inet.4
index 388af7c..92190d1 100644
--- a/share/man/man4/inet.4
+++ b/share/man/man4/inet.4
@@ -32,7 +32,7 @@
.\" From: @(#)inet.4 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
-.Dd October 23, 2004
+.Dd April 9, 2005
.Dt INET 4
.Os
.Sh NAME
@@ -248,6 +248,15 @@ In the same time, on high-speed links, it can decrease the ID reuse
cycle greatly.
Default is 0 (sequential IP IDs).
IPv6 flow IDs and fragment IDs are always random.
+.It Va ip.maxfragpackets
+Integer: maximum number of fragmented packets the host will accept and hold
+in the reassembling queue simultaneously.
+0 means that the host will not accept any fragmented packets.
+\-1 means that the host will accept as many fragmented packets as it receives.
+.It Va ip.maxfragsperpacket
+Integer: maximum number of fragments the host will accept and hold
+in the reassembling queue for a packet.
+0 means that the host will not accept any fragmented packets.
.El
.Sh SEE ALSO
.Xr ioctl 2 ,
OpenPOWER on IntegriCloud