Constant MAX_MSGS_PER_SEC

Source
const MAX_MSGS_PER_SEC: u64 = 10_000;
Expand description

How many messages/sec a peer is allowed to send.

If a peer sends more than this, we disconnect it.