HomeFreeBSD

Set MORETOCOME for AIO write requests on a socket.

Description

Set MORETOCOME for AIO write requests on a socket.

Add a MSG_MOREOTOCOME message flag. When this flag is set, sosend*
set PRUS_MOREOTOCOME when invoking the protocol send method. The aio
worker tasks for sending on a socket set this flag when there are
additional write jobs waiting on the socket buffer.

Reviewed by: adrian
MFC after: 1 month
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D8955

Details

Provenance
jhbAuthored on
Reviewer
adrian
Differential Revision
D8955: Set MORETOCOME for AIO write requests on a socket.
Parents
rS311567: Enable /usr/lib32 for o32 binaries on mips64.
Branches
Unknown
Tags
Unknown