Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 2010 04:58:46 +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:  <201009250458.o8P4wqUY060540@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
lstewart    2010-09-25 04:58:46 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_reass.c tcp_subr.c tcp_var.h 
  Log:
  SVN rev 213158 on 2010-09-25 04:58:46Z by lstewart
  
  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
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.367     +25 -3     src/sys/netinet/tcp_reass.c
  1.365     +2 -17     src/sys/netinet/tcp_subr.c
  1.190     +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?201009250458.o8P4wqUY060540>