Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2007 15:25:14 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_syncache.c
Message-ID:  <200704171525.l3HFPE6e031811@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
andre       2007-04-17 15:25:14 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_syncache.c 
  Log:
  When we run into the syncache entry limits syncache_add() tries
  to free the oldest entry in the current bucket row.  The global
  entry limit may be smaller than the bucket rows and their limit
  combined however.  Thus only try to free a syncache entry if we
  found one in this bucket row.
  
  Reported by:    kris
  
  Revision  Changes    Path
  1.110     +2 -2      src/sys/netinet/tcp_syncache.c



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