Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2003 14:18:06 -0800 (PST)
From:      Jonathan Lemon <jlemon@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_output.c tcp_subr.c tcp_timer.c tcp_var.h
Message-ID:  <200302192218.h1JMI6wp026747@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jlemon      2003/02/19 14:18:06 PST

  Modified files:
    sys/netinet          tcp_output.c tcp_subr.c tcp_timer.c 
                         tcp_var.h 
  Log:
  Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the
  routine does not require a tcpcb to operate.  Since we no longer keep
  template mbufs around, move pseudo checksum out of this routine, and
  merge it with the length update.
  
  Sponsored by: DARPA, NAI Labs
  
  Revision  Changes    Path
  1.78      +4 -9      src/sys/netinet/tcp_output.c
  1.152     +32 -35    src/sys/netinet/tcp_subr.c
  1.57      +1 -1      src/sys/netinet/tcp_timer.c
  1.85      +2 -2      src/sys/netinet/tcp_var.h

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?200302192218.h1JMI6wp026747>