CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2013/01/17 09:30:10
Modified files: sys/kern : uipc_socket.c sys/netinet : in_proto.c sys/netinet6 : in6_proto.c Log message: Expand the socket splicing functionality from TCP to UDP. Merge the code relevant for UDP from sosend() and soreceive() into somove(). That allows the kernel to directly transfer the UDP data from one socket to another. OK claudio@