K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-01-02T15:33:13.000000Z K 7 svn:log V 353 Explicitly lock the send socket buffer in spx_reass() to cover the drop record loop for ACK'd data, rather than relying on lokcing in sbdroprecord() and sowwakeup(), reducing the number of lock operations as well as eliminating a possible race against the head of the send buffer mbuf chain. Use the _locked variants of sbdroprecord() and sowwakeup(). END