const MAX_MSGS_PER_SEC: u64 = 10_000;
How many messages/sec a peer is allowed to send.
If a peer sends more than this, we disconnect it.