cvs commit: src/sys/netinet tcp_subr.c tcp_timer.c
Robert Watson
rwatson at FreeBSD.org
Fri Aug 1 10:32:21 UTC 2008
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
More information about the cvs-src
mailing list