SaitoTech / saito-rust-workspace

Cargo workspace which contains all the rust projects for Saito
4 stars 3 forks source link

Implement Rate Limiting to Prevent DDoS Attacks in P2P Network (WASM) #767

Open davikstone2 opened 3 months ago

davikstone2 commented 3 months ago

The peer-to-peer (P2P) network is currently vulnerable to DDoS attacks. To enhance the security and stability of the network, we need to implement rate limiting across various interaction points. This issue outlines the need for and steps to integrate rate limiting into the P2P network, specifically targeting the areas most susceptible to DDoS attacks.