pub const SEND_RATE_LIMIT: Duration;
Expand description

Rate limit on the sender side.

In order to not hit the RECEIVE_RATE_LIMIT on the receiving side, we limit out sending rate as well.

We add 50ms extra, just to have some save margin to the RECEIVE_RATE_LIMIT.