This commit is contained in:
Joey Hess 2024-06-27 13:40:09 -04:00
parent dabd05e547
commit dceb8dc776
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 17 additions and 14 deletions

View file

@ -33,6 +33,9 @@ For June's work on [[design/passthrough_proxy]], remaining todos:
* Encryption and chunking. See design for issues.
* Indirect uploads when proxying for special remote
(to be considered). See design.
* Getting a key from a cluster currently always selects the lowest cost
remote, and always the same remote if cost is the same. Should
round-robin amoung remotes, and prefer to avoid using remotes that
@ -45,8 +48,6 @@ For June's work on [[design/passthrough_proxy]], remaining todos:
Library to use:
<https://hackage.haskell.org/package/hsyscall-0.4/docs/System-Syscall.html>
* Indirect uploads (to be considered). See design.
* Support using a proxy when its url is a P2P address.
(Eg tor-annex remotes.)