-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Enforce service specific rate limits #2032
Comments
@NagyZoltanPeter @Ivansete-status does the completion of #1809 cover the acceptance criteria here? Safe to close this issue? |
@chair28980 @Ivansete-status : I would not close this one yet. |
Rate limiting DOS protection is added to store(v2-v3), lightpush, filter and peer-exchange protocols. Last part - peer-exchange DOS protection and full CLI config - will be released with nwaku v0.33.0. |
Problem
We are aiming to enforce DoS protection per libp2p services.
In this feature, we consider the limitation applied to the non-Relay protocols (lightpush, peer exchange, store, filter.) because the Relay protocol will benefit from the RLN protection.
Suggested solution
Additional context
The issue originated from this great proposal: waku-org/go-waku#667
Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: