pub fn max_htlcs(channel_type: &ChannelTypeFeatures) -> u16Expand description
Maximum number of in-flight HTLCs in each direction allowed by the lightning protocol.
483 for non-zero-fee-commitment channels and 114 for zero-fee-commitment channels.
Actual maximums can be set equal to or below this value by each channel participant.