Date: Fri, 1 Aug 2008 10:32:11 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c tcp_timer.c Message-ID: <200808011032.m71AWLrC071897@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2008-08-01 10:32:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet tcp_subr.c tcp_timer.c Log: SVN rev 181121 on 2008-08-01 10:32:11Z by rwatson Merge r179487 from head to stable/7: When allocating temporary storage to hold a TCP/IP packet header template, use an M_TEMP malloc(9) allocation rather than an mbuf with mtod(9) and dtom(9). This eliminates the last use of dtom(9) in TCP. Revision Changes Path 1.300.2.5 +6 -10 src/sys/netinet/tcp_subr.c 1.99.2.1 +1 -1 src/sys/netinet/tcp_timer.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808011032.m71AWLrC071897>