On Mon, 28 Nov 2005, Robert Watson wrote:

 Break out functionality in sosend() responsible for building mbuf
 chains and copying in mbufs from the body of the send logic, creating
 a new function sosend_copyin().  This changes makes sosend() almost
 readable, and will allow the same logic to be used by tailored socket
 send routines.

Now for a followup, you can merge this with m_uiotombuf. :)

Back when I wrote m_uiotombuf, I had intended to put it inside sosend, I just didn't want to deal with the complexity of the zero copy sockets.

Mike "Silby" Silbersack
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to