threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

relay: rate limit #109

Closed muhamadazmy closed 1 year ago

muhamadazmy commented 1 year ago

To avoid abuse of the server, and prevent DoS attacks on the relay, there must be a "rate" limiter on the number of message a peer can send per minute:

The throttler can take into account many parameters:

What to do

MarioBassem commented 1 year ago

to do in this issue:

MarioBassem commented 1 year ago

done in (https://github.com/threefoldtech/rmb-rs/pull/117)