K 10 svn:author V 5 andre K 8 svn:date V 27 2007-06-09T17:49:39.000000Z K 7 svn:log V 298 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) END