K 10 svn:author V 5 andre K 8 svn:date V 27 2013-07-05T14:12:26.800007Z K 7 svn:log V 378 MFC r243627, r243638: Fix a race on listen socket teardown where while draining the accept queues a new socket/connection may be added to the queue due to a race on the ACCEPT_LOCK. The submitted patch is slightly changed in comments, teardown and locking order and extended with KASSERT's. Submitted by: Vijay Singh Found by: His team. END