pub const RECEIVE_RATE_LIMIT: Duration;
Expand description
Rate limit on the receiver
side.
If messages from one peer come in at a higher rate than every RECEIVE_RATE_LIMIT
on average,
we start dropping messages from that peer to enforce that limit.