gpg: Signature made Fri Apr 21 21:16:13 2006 UTC using DSA key ID E425277B
gpg: Can't check signature: public key not found
Matthew Toseland wrote:
> - We compute the overall request quota from the above.
> - If there are n peers, and q quota, then each peer has a guaranteed q/n
> requests. These can be sent regardless of what the other peers do.
> - Some nodes will send fewer requests than their guaranteed share of the
> quota, so after the basic quota shares have been allocated, some global
> quota will remain. If all remaining requests above the basic quota fit
> into this, we let all requests through.
> - If not, we allocate the requests to the node which is the least above
> its quota, followed by the one with next fewest extra requests...
> until we run out of global quota.
You've reinvented the bucket ;-)
Cheers,
Michael