Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Apr 2005 10:25:13 +0000 (UTC)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip_input.c
Message-ID:  <200504081025.j38APEPj034495@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
maxim       2005-04-08 10:25:13 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_input.c 
  Log:
  o Nano optimize ip_reass() code path for the first fragment: do not
  try to reasseble the packet from the fragments queue with the only
  fragment, finish with the first fragment as soon as we create a queue.
  
  Spotted by:     Vijay Singh
  
  o Drop the fragment if maxfragsperpacket == 0, no chances we
  will be able to reassemble the packet in future.
  
  Reviewed by:    silby
  
  Revision  Changes    Path
  1.300     +3 -5      src/sys/netinet/ip_input.c



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