cvs commit: src/sys/netinet tcp_timer.c

Andre Oppermann andre at FreeBSD.org
Sat Jun 9 17:49:41 UTC 2007


andre       2007-06-09 17:49:39 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_timer.c 
  Log:
  Handle a race condition on >2 core machines in tcp_timer() when
  a timer issues a shutdown and a simultaneous close on the socket
  happens.  This race condition is inherent in the current socket/
  inpcb life cycle system but can be handled well.
  
  Reported by:    kris
  Tested by:      kris (on 8-core machine)
  
  Revision  Changes    Path
  1.95      +8 -2      src/sys/netinet/tcp_timer.c


More information about the cvs-src mailing list