Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Nov 2010 13:46:58 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_reass.c tcp_subr.c tcp_var.h
Message-ID:  <201011061347.oA6DlIuw052607@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
lstewart    2010-11-06 13:46:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netinet          tcp_reass.c tcp_subr.c tcp_var.h 
  Log:
  SVN rev 214878 on 2010-11-06 13:46:58Z by lstewart
  
  MFC r213158:
  
  Internalise reassembly queue related functionality and variables which should
  not be used outside of the reassembly queue implementation. Provide a new
  function to flush all segments from a reassembly queue and call it from the
  appropriate places instead of manipulating the queue directly.
  
  The base code from r213158 was modified as part of this MFC in order to work
  correctly on FreeBSD 7.
  
  Sponsored by:   FreeBSD Foundation
  Reviewed by:    andre, gnn, rpaulo
  
  Revision    Changes    Path
  1.353.2.2   +23 -3     src/sys/netinet/tcp_reass.c
  1.300.2.25  +2 -17     src/sys/netinet/tcp_subr.c
  1.157.2.12  +1 -2      src/sys/netinet/tcp_var.h



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