Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Nov 2010 09:42:41 +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:  <201011060942.oA69gmpw019482@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
lstewart    2010-11-06 09:42:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/netinet          tcp_reass.c tcp_subr.c tcp_var.h 
  Log:
  SVN rev 214860 on 2010-11-06 09:42:41Z 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.
  
  Sponsored by:   FreeBSD Foundation
  Reviewed by:    andre, gnn, rpaulo
  
  Revision    Changes    Path
  1.364.2.4   +25 -3     src/sys/netinet/tcp_reass.c
  1.350.2.11  +2 -17     src/sys/netinet/tcp_subr.c
  1.182.2.7   +1 -4      src/sys/netinet/tcp_var.h



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