Add a description of m_defragrandomfailures.
This commit is contained in:
parent
352d050e79
commit
5a00719d7b
@ -532,6 +532,10 @@ and other mbuf-reliant parts of the kernel.
|
||||
causes ip_output to fragment outgoing mbuf chains into fragments of
|
||||
the specified size. Setting this option to 1 is an excellent way to
|
||||
test the long mbuf chain handling ability of network drivers.
|
||||
.Pp
|
||||
.Va kern.ipc.m_defragrandomfailures
|
||||
causes the function m_defrag to randomly fail, returning NULL. Any
|
||||
piece of code which uses m_defrag should be tested with this feature.
|
||||
.El
|
||||
.Sh RETURN VALUES
|
||||
See above.
|
||||
|
Loading…
Reference in New Issue
Block a user