diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-09 16:41:05 -0300 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-09 16:41:05 -0300 |
commit | 14110fc912c9ee8c54ded2138c5ff77bc057ba74 (patch) | |
tree | 1d4485133e1e84907a56d78321b839abf3fe6ac4 /doc/design/requests_routing.mdwn | |
parent | b00cfd28713dfd87f6602a06c3117cf91c1c4786 (diff) |
keep track of satisfied requests, and summarize
Diffstat (limited to 'doc/design/requests_routing.mdwn')
-rw-r--r-- | doc/design/requests_routing.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/design/requests_routing.mdwn b/doc/design/requests_routing.mdwn index 8e9324d39..2391cfae9 100644 --- a/doc/design/requests_routing.mdwn +++ b/doc/design/requests_routing.mdwn @@ -90,6 +90,11 @@ For a node that only transfers files between the immobile nodes: requestedby=1 +For an immobile node that only accumulates files it requests, but never +stores files requested by other nodes: + + present or requested + TODO: Would be nice to be able to prioritize files that more nodes are requesting, or that have some urgent flag set. But currently there is no way to do that; content is either preferred or not preferred. |