1RPC_MAX_PAYLOAD(9)             Linux Networking             RPC_MAX_PAYLOAD(9)
2
3
4

NAME

6       rpc_max_payload - Get maximum payload size for a transport, in bytes
7

SYNOPSIS

9       size_t rpc_max_payload(struct rpc_clnt * clnt);
10

ARGUMENTS

12       clnt
13           RPC client to query
14

DESCRIPTION

16       For stream transports, this is one RPC record fragment (see RFC 1831),
17       as we don't support multi-record requests yet. For datagram transports,
18       this is the size of an IP packet minus the IP, UDP, and RPC header
19       sizes.
20
22Kernel Hackers Manual 3.10         June 2019                RPC_MAX_PAYLOAD(9)
Impressum