David Howells <dhowe...@redhat.com> wrote: > (3) Introduce the RXRPC_TX_LENGTH cmsg. This can be provided on the first > sendmsg() that contributes data to a client call request or a service > call reply. If provided, the user must provide exactly that amount of > data or an error will be incurred.
I forgot to change struct rxrpc_send_params::tx_total_len from u64 to s64. Will repost. David