Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2003 17:44:05 -0800 (PST)
From:      Mike Silbersack <silby@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip_input.c
Message-ID:  <200301260144.h0Q1i5n1087787@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
silby       2003/01/25 17:44:05 PST

  Modified files:
    sys/netinet          ip_input.c 
  Log:
  Merge the best parts of maxfragpackets and maxnipq together.  (Both
  functions implemented approximately the same limits on fragment memory
  usage, but in different fashions.)
  
  End user visible changes:
  - Fragment reassembly queues are freed in a FIFO manner when maxfragpackets
    has been reached, rather than all reassembly stopping.
  
  MFC after:      5 days
  
  Revision  Changes    Path
  1.221     +5 -13     src/sys/netinet/ip_input.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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