Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2007 17:49:39 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_timer.c
Message-ID:  <200706091749.l59HndZv002094@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706091749.l59HndZv002094>