fedimint_server::multiplexed

Constant MAX_PEER_OUT_OF_ORDER_MESSAGES

source
pub const MAX_PEER_OUT_OF_ORDER_MESSAGES: u64 = 10000;
Expand description

Amount of per-peer messages after which we will stop throwing them away.

It’s hard to predict how many messages is too many, but we have to draw the line somewhere.