K 10 svn:author V 3 rrs K 8 svn:date V 27 2010-06-06T16:09:12.622803Z K 7 svn:log V 310 Fix a bug in the sctp_inpcb_free. Basically if the socket was setup to do an abortive close an association that was in the accept_queue could get stuck and never freed. Now we properly start the kill timer on the socket and turn off the flag (same thing we do for the graceful close method). MFC after: 1 week END