cvs commit: src/sys/netinet tcp_subr.c

Robert Watson rwatson at FreeBSD.org
Sun Jan 30 15:30:29 PST 2005


rwatson     2005-01-30 23:30:28 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  Have tcp_isn_tick() fire 100 times a second, rather than HZ times a
  second; since the default hz has changed to 1000 times a second,
  this resulted in unecessary work being performed.
  
  MFC after:              2 weeks
  Discussed with:         phk, cperciva
  General head nod:       silby
  
  Revision  Changes    Path
  1.216     +1 -1      src/sys/netinet/tcp_subr.c


More information about the cvs-all mailing list