o Document net.inet.ip.maxfragpackets and maxfragsperpacket sysctls.

Reviewed by:	ru, silby
MFC after:	1 week
This commit is contained in:
Maxim Konovalov 2005-04-09 08:44:57 +00:00
parent 0ac73e6794
commit 05b5066e80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144830

View file

@ -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 ,