pub const MAX_RLP_BYTES_PER_CHANNEL: u64 = 10_000_000; // 10_000_000u64
Available on crate feature
protocol
only.Expand description
MAX_RLP_BYTES_PER_CHANNEL is the maximum amount of bytes that will be read from a channel. This limit is set when decoding the RLP.