Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Feb 2005 23:04:56 +0000 (UTC)
From:      Paul Saab <ps@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_input.c tcp_sack.c tcp_var.h
Message-ID:  <200502172304.j1HN4uUT053481@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ps          2005-02-17 23:04:56 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c tcp_sack.c tcp_var.h 
  Log:
  Remove 2 (SACK) fields from the tcpcb. These are only used by a
  function that is called from tcp_input(), so they oughta be passed on
  the stack instead of stuck in the tcpcb.
  
  Submitted by:   Mohan Srinivasan
  
  Revision  Changes    Path
  1.268     +2 -5      src/sys/netinet/tcp_input.c
  1.8       +8 -7      src/sys/netinet/tcp_sack.c
  1.117     +1 -3      src/sys/netinet/tcp_var.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502172304.j1HN4uUT053481>