Date: Mon, 28 Nov 2005 18:09:03 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket.c Message-ID: <200511281809.jASI93Rl006494@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-11-28 18:09:03 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: 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. MFC after: 1 month Reviewed by: andre, glebius Revision Changes Path 1.253 +170 -141 src/sys/kern/uipc_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511281809.jASI93Rl006494>