HomeFreeBSD

Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just like

Description

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().

Details

Provenance
glebiusAuthored on
Parents
rS293431: Remove branch; jhb has one in his git repo that's being used with the bug
Branches
Unknown
Tags
Unknown