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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"