CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/23 06:05:53
Modified files:
sys/kern : uipc_socket.c
Log message:
Some socket splicing tests on loopback hang with large mbufs and
reduced buffer size. If the send buffer size is less than the size
of a single mbuf, it will never fit. So if the send buffer is
empty, split the large mbuf and move only a part.
OK claudio@
