cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_timer.h

Mohan Srinivasan mohans at FreeBSD.org
Fri Aug 11 21:15:24 UTC 2006


mohans      2006-08-11 21:15:23 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c tcp_subr.c tcp_timer.c 
                         tcp_timer.h 
  Log:
  Fixes an edge case bug in timewait handling where ticks rolling over causing
  the timewait expiry to be exactly 0 corrupts the timewait queues (and that entry).
  Reviewed by:    silby
  
  Revision  Changes    Path
  1.304     +1 -1      src/sys/netinet/tcp_input.c
  1.254     +1 -1      src/sys/netinet/tcp_subr.c
  1.82      +3 -4      src/sys/netinet/tcp_timer.c
  1.29      +1 -1      src/sys/netinet/tcp_timer.h


More information about the cvs-src mailing list