Date: Sat, 18 Jan 2003 11:03:26 -0800 (PST) From: Jeffrey Hsu <hsu@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c Message-ID: <200301181903.h0IJ3QVU051979@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
hsu 2003/01/18 11:03:26 PST Modified files: sys/netinet tcp_output.c Log: Optimize away call to bzero() in the common case by directly checking if a connection has any cached TAO information. Revision Changes Path 1.74 +3 -6 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301181903.h0IJ3QVU051979>