1RPC_MAX_PAYLOAD(9) Linux Networking RPC_MAX_PAYLOAD(9)
2
3
4
6 rpc_max_payload - Get maximum payload size for a transport, in bytes
7
9 size_t rpc_max_payload(struct rpc_clnt * clnt);
10
12 clnt
13 RPC client to query
14
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)