cvs commit: src/sys/kern uipc_socket.c
Robert Watson
rwatson at FreeBSD.org
Mon Nov 28 18:09:04 GMT 2005
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
More information about the cvs-src
mailing list