pub const MAX_PEER_OUT_OF_ORDER_MESSAGES: u64 = 10000;
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.