Constant fizyr_rpc::MAX_PAYLOAD_LEN

source ·
pub const MAX_PAYLOAD_LEN: u32 = _; // 4_294_967_283u32
Expand description

The maximum length of a message body.

This is the maximum possible length, limited by the 32 bit message length field and the presence of a message header. Other (lower) limits may be enforced by the API or remote peers.