Skip to content
Commit 4c3c0943 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)

Like commit 7ba89d2a

 for recv/recvmsg, support MSG_WAITALL for the
send side. If this flag is set and we do a short send, retry for a
stream of seqpacket socket.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 970f256e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment