Date: Tue, 15 Sep 2009 22:23:45 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf options src/sys/kern uipc_socket.c src/sys/netinet tcp_subr.c tcp_usrreq.c Message-ID: <200909152224.n8FMOf5Y077456@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2009-09-15 22:23:45 UTC FreeBSD src repository Modified files: sys/conf options sys/kern uipc_socket.c sys/netinet tcp_subr.c tcp_usrreq.c Log: SVN rev 197236 on 2009-09-15 22:23:45Z by andre -Put the optimized soreceive_stream() under a compile time option called TCP_SORECEIVE_STREAM for the time being. Requested by: brooks Once compiled in make it easily switchable for testers by using a tuneable net.inet.tcp.soreceive_stream and a corresponding read-only sysctl to report the current state. Suggested by: rwatson MFC after: 2 days -This line, and those below, will be ignored-- > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Empty fields above will be automatically removed. M sys/conf/options M sys/kern/uipc_socket.c M sys/netinet/tcp_subr.c M sys/netinet/tcp_usrreq.c Revision Changes Path 1.691 +1 -0 src/sys/conf/options 1.344 +2 -0 src/sys/kern/uipc_socket.c 1.351 +14 -0 src/sys/netinet/tcp_subr.c 1.193 +0 -6 src/sys/netinet/tcp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909152224.n8FMOf5Y077456>