Skip to content
Commit bc5e3a54 authored by David Howells's avatar David Howells
Browse files

rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signals



Make AF_RXRPC accept MSG_WAITALL as a flag to sendmsg() to tell it to
ignore signals whilst loading up the message queue, provided progress is
being made in emptying the queue at the other side.

Progress is defined as the base of the transmit window having being
advanced within 2 RTT periods.  If the period is exceeded with no progress,
sendmsg() will return anyway, indicating how much data has been copied, if
any.

Once the supplied buffer is entirely decanted, the sendmsg() will return.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent f4d15fb6
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