1. NAME

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

2. SYNOPSIS

size_t rpc_max_payload(struct rpc_clnt *  clnt );

3. ARGUMENTS

clnt
    RPC client to query

4. DESCRIPTION

For stream transports, this is one RPC record fragment (see RFC 1831), as we donAqt support multi-record requests yet. For datagram transports, this is the size of an IP packet minus the IP, UDP, and RPC header sizes.

5. COPYRIGHT