You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The relay server does currently not have any rate limiting on the number of connections to any of its services (relay/http(s), stun, quic). There should probably be some kind of abuse protection.
Some care needs to be taken however, since by definition the relay is supposed to help NATed clients. So simple per-IP measures are likely to harm legitimate users.
The text was updated successfully, but these errors were encountered:
flub
changed the title
feat(iroh-relay): add rate limiting & configuration for rate limiting to the QUIC endpoint in the relay server
feat(iroh-relay): rate limiting of connections to the relay server
Nov 27, 2024
I don't think so, I think this issue is about the number of connections and connection rate made to the relay server for each service. #2961 is rate-limiting the incoming bandwidth of established connections only.
The relay server does currently not have any rate limiting on the number of connections to any of its services (relay/http(s), stun, quic). There should probably be some kind of abuse protection.
Some care needs to be taken however, since by definition the relay is supposed to help NATed clients. So simple per-IP measures are likely to harm legitimate users.
The text was updated successfully, but these errors were encountered: