K 10 svn:author V 7 rwatson K 8 svn:date V 27 2009-06-20T18:24:25.534498Z K 7 svn:log V 378 Rework SPX segment reassembly, which was originally based on our TCP reassembly but failed to be modernized over time: - Use queue(9). - Specifically allocate queue entries of type M_SPXREASSQ to point at member mbufs, rather than casting mbuf data to 'spx_q'. - Maintain the mbuf pointer as part of the queue entry so that we can later free the mbuf without using dtom(). END