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
_______________________________________________
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