K 10 svn:author V 3 jhb K 8 svn:date V 27 2014-04-10T18:15:35.009441Z K 7 svn:log V 591 Currently, the TCP slow timer can starve TCP input processing while it walks the list of connections in TIME_WAIT closing expired connections due to contention on the global TCP pcbinfo lock. To remediate, introduce a new global lock to protect the list of connections in TIME_WAIT. Only acquire the TCP pcbinfo lock when closing an expired connection. This limits the window of time when TCP input processing is stopped to the amount of time needed to close a single connection. Submitted by: Julien Charbon Reviewed by: rwatson, rrs, adrian MFC after: 2 months END