aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2003-10-28 05:47:40 +0000
committerSam Leffler <sam@FreeBSD.org>2003-10-28 05:47:40 +0000
commit395bb1868009dc7fbce377dd2e71b7f143a619ac (patch)
treeec5f03665816c252b1006ac692945285f1783b9b /sys/conf/options
parentd7d75245e822595a2d67469bbee778811e42ac57 (diff)
downloadsrc-395bb1868009dc7fbce377dd2e71b7f143a619ac.tar.gz
src-395bb1868009dc7fbce377dd2e71b7f143a619ac.zip
speedup stream socket recv handling by tracking the tail of
the mbuf chain instead of walking the list for each append Submitted by: ps/jayanth Obtained from: netbsd (jason thorpe)
Notes
Notes: svn path=/head/; revision=121628
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 0e6cb61be5dd..271a289f694e 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -622,6 +622,8 @@ WI_SYMBOL_FIRMWARE opt_wi.h
# XXX bogusly global.
DEVICE_POLLING opt_global.h
+SOCKBUF_DEBUG opt_global.h
+
# options for ubsec driver
UBSEC_DEBUG opt_ubsec.h
UBSEC_RNDTEST opt_ubsec.h