This repository has been archived by the owner. It is now read-only.
Create spec to define how we keep the server load to an acceptable minimum #379
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the phone is in the foreground we have to make sure that we don't have a situation where someone has figured out to cause us to eat a lot of battery but we really can't stop them from eating all bandwidth, it's the nature of the P2P beast. There is no hope of stopping DOS on a phone over P2P, just limiting its damage.
But when we are in the background it's crucial that we limit battery usage to a minimum so we need a way to monitor the system and make sure we are sipping battery, not gulping it. This includes things like limiting how many minutes of airtime we use in the background, limiting how much data we move, etc.
The text was updated successfully, but these errors were encountered: