aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2003-03-29 05:46:34 +0000
committerMike Silbersack <silby@FreeBSD.org>2003-03-29 05:46:34 +0000
commit4a5ccac770b38a8d7c8ac758f4ec6d06bc42bf10 (patch)
tree048084323289b132de39a1e957a4584eeee85001
parentf8fb8dbd70be765ab8115d86e724f84ce1731893 (diff)
downloadsrc-4a5ccac770b38a8d7c8ac758f4ec6d06bc42bf10.tar.gz
src-4a5ccac770b38a8d7c8ac758f4ec6d06bc42bf10.zip
Add MBUF_FRAG_TEST to NOTES.
Submitted by: Hiten Pandya <hiten@unixdaemons.com>
Notes
Notes: svn path=/head/; revision=112776
-rw-r--r--sys/conf/NOTES7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 8a9c618499fc..e973e8262a50 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -568,6 +568,13 @@ options IPSTEALTH #support for stealth forwarding
options PFIL_HOOKS
options TCPDEBUG
+# MBUF_FRAG_TEST option allows you to tell the IP stack to
+# fragment all outgoing packets into mbuf fragments of size
+# net.inet.ip.mbuf_frag_size (bytes). It is used for testing
+# if network drivers can properly handle long chains of mbufs.
+# The sysctl is '0' (no fragmentation) by default.
+options MBUF_FRAG_TEST
+
# RANDOM_IP_ID causes the ID field in IP packets to be randomized
# instead of incremented by 1 with each packet generated. This
# option closes a minor information leak which allows remote