K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-03-27T00:48:21.000000Z K 7 svn:log V 268 In spx_output(), use M_DONTWAIT instead of M_TRYWAIT, as we hold the ipxpcb mutex. Contrary to the comment, even in 4.x this was unsafe, as parallel use of the socket by another process would result in pcb corruption if the mbuf allocation slept. MFC after: 1 month END