cvs commit: src/sys/netinet tcp_syncache.c

Qing Li qingli at FreeBSD.org
Wed Feb 8 15:32:59 PST 2006


qingli      2006-02-08 23:32:58 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_syncache.c 
  Log:
  Redo the previous fix by setting the UMA_ZONE_ZINIT bit in the syncache
  zone, eliminating the need to call bzero() after each syncache entry
  allocation.
  
  Suggested by:   glebius
  Reviewed by:    andre
  MFC after:      3 days
  
  Revision  Changes    Path
  1.83      +2 -3      src/sys/netinet/tcp_syncache.c


More information about the cvs-src mailing list