rwatson     2006-01-13 10:22:01 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              socketvar.h 
    sys/kern             uipc_socket.c 
  Log:
  Add sosend_dgram(), a greatly reduced and simplified version of sosend()
  intended for use solely with atomic datagram socket types, and relies
  on the previous break-out of sosend_copyin().  Changes to allow UDP to
  optionally use this instead of sosend() will be committed as a
  follow-up.
  
  Revision  Changes    Path
  1.256     +155 -2    src/sys/kern/uipc_socket.c
  1.144     +3 -0      src/sys/sys/socketvar.h
_______________________________________________
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