Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2008 14:20:26 +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:  <200806021420.m52EKiB2056043@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2008-06-02 14:20:44 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c tcp_timer.c 
  Log:
  SVN rev 179487 on 2008-06-02 14:20:26Z by rwatson
  
  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.
  
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.308     +6 -10     src/sys/netinet/tcp_subr.c
  1.101     +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?200806021420.m52EKiB2056043>