cvs commit: src/sys/netinet tcp_syncache.c
    Andre Oppermann 
    andre at FreeBSD.org
       
    Tue Apr 17 15:25:15 UTC 2007
    
    
  
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
    
    
More information about the cvs-all
mailing list