Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 2004 10:17:11 -0800 (PST)
From:      Max Khon <fjoe@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_input.c
Message-ID:  <200403151817.i2FIHC24040783@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
fjoe        2004/03/15 10:17:11 PST

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5_2)
    sys/netinet          tcp_input.c 
  Log:
  The tcp_reass_qsize increment should occur only after we have
  checked for memory allocation failure.  On systems that frequently
  have a memory shortage, this could result in an effectively smaller
  reassembly queue than was configured.
  
  Approved by:    security-officer
  
  Revision   Changes    Path
  1.217.2.3  +1 -1      src/sys/netinet/tcp_input.c



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