CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/22 04:23:42
Modified files:
sys/kern : uipc_socket.c
Log message:
Refactor the uio to mbuf code out of sosend and start to make use of
MCLGETI and large mbuf clusters. This should speed up local connections
a fair bit. OK dlg@ and bluhm@ (after reverting the M_WAIT change on the
cluster allocation)
