Function max_htlcs

Source
pub fn max_htlcs(channel_type: &ChannelTypeFeatures) -> u16
Expand 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.