From 395bb1868009dc7fbce377dd2e71b7f143a619ac Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Tue, 28 Oct 2003 05:47:40 +0000 Subject: 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) --- sys/conf/options | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/conf/options') 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 -- cgit v1.2.3