cvs commit: src/usr.sbin/inetd inetd.c

David Malone dwmalone at FreeBSD.org
Tue Jul 15 09:46:47 PDT 2003


dwmalone    2003/07/15 09:46:45 PDT

  FreeBSD src repository

  Modified files:
    usr.sbin/inetd       inetd.c 
  Log:
  Get the connections per minute calculation right. By good fortune
  (or possibly testing) the previous formula worked for the default
  constants compiled into inetd, but if you recompiled with different
  values of CHTSIZE and CHTGRAN the calculation might not have worked.
  
  PR:             54354
  Submitted by:   Claus Assmann <ca at sendmail.org>
  Submitted by:   Jose Marcio Martins da Cruz <Jose-Marcio.Martins at ensmp.fr>
  MFC after:      5 days
  
  Revision  Changes    Path
  1.120     +1 -1      src/usr.sbin/inetd/inetd.c


More information about the cvs-src mailing list