K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-04-01T23:53:25.000000Z K 7 svn:log V 417 Properly handle an edge case previously not handled correctly: a socket can have a tcp connection that has entered time wait attached to it, in the event that shutdown() is called on the socket and the FINs properly exchange before close(). In this case we don't detach or free the inpcb, just leave the tcptw detached and freed, but we must release the inpcb lock (which we didn't previously). MFC after: 3 months END