ChorusOne / fastsync

Send files between machines quickly by leveraging multiple TCP connections
Apache License 2.0
4 stars 0 forks source link

Implement throttling #1

Open qezz opened 3 months ago

qezz commented 3 months ago

Currently, even with 1 connection, fastsync triggers OVH's DDoS protection system, which limits the through put significantly

We want to avoid these events if possible.

DavidVentura commented 1 month ago

Is it OK to only implement this from the sending side, or do you think it's valuable to specify the limit on the receiver as well?

qezz commented 1 month ago

I don't have enough knowledge to say for sure. Implementing it on server side sounds reasonable.