pub const MAX_FRAME_SIZE: usize = FRAME_PREFIX_SIZE + MAX_FRAME_PAYLOAD_SIZE + FRAME_SUFFIX_SIZE; // 65_569usize
Expand description

Maximum size of the transport frame; chosen in compliance with LN specs