aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2003-03-25 05:45:05 +0000
committerMike Silbersack <silby@FreeBSD.org>2003-03-25 05:45:05 +0000
commit9d9edc56939515bfab9a072c21c64e66d2b10421 (patch)
treeb3eb631f10bf32ee58b55fe077fad530c8b8ad39 /sys/conf
parent94c35e0af2594ae7e6f1667b6b712d74d9a03445 (diff)
downloadsrc-9d9edc56939515bfab9a072c21c64e66d2b10421.tar.gz
src-9d9edc56939515bfab9a072c21c64e66d2b10421.zip
Add the MBUF_FRAG_TEST option. When compiled in, this option
allows you to tell ip_output to fragment all outgoing packets into mbuf fragments of size net.inet.ip.mbuf_frag_size bytes. This is an excellent way to test if network drivers can properly handle long mbuf chains being passed to them. net.inet.ip.mbuf_frag_size defaults to 0 (no fragmentation) so that you can at least boot before your network driver dies. :)
Notes
Notes: svn path=/head/; revision=112591
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 1024a5de2989..82f2fce3fbf8 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -360,6 +360,7 @@ SLIP_IFF_OPTS opt_slip.h
TCPDEBUG
TCP_DROP_SYNFIN opt_tcp_input.h
XBONEHACK
+MBUF_FRAG_TEST opt_mbuf_frag_test.h
# Netgraph(4). Use option NETGRAPH to enable the base netgraph code.
# Each netgraph node type can be either be compiled into the kernel