Gleb Smirnoff 829fae9063 Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just like
sbappendstream() does. Although, M_NOTREADY may appear only on SOCK_STREAM
sockets, due to sendfile(2) supporting only the latter, there is a corner
case of AF_UNIX/SOCK_STREAM socket, that still uses records for the sake
of control data, albeit being stream socket.

Provide private version of m_clrprotoflags(), which understands PRUS_NOTREADY,
similar to m_demote().
2016-01-08 19:03:20 +00:00
..
2014-03-14 06:29:43 +00:00
2015-04-22 14:38:58 +00:00
2014-03-14 06:29:43 +00:00
2014-10-09 16:12:01 +00:00
2014-03-14 06:29:43 +00:00
2014-01-03 12:06:54 +00:00
2013-10-26 17:43:18 +00:00