This commit is contained in:
Joey Hess 2024-06-11 15:15:58 -04:00
parent a2f4a8eddf
commit ed4fda098b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -64,6 +64,9 @@ For June's work on [[design/passthrough_proxy]], implementation plan:
8. Optimise proxy speed. See design for idea. 8. Optimise proxy speed. See design for idea.
8. Use `sendfile()` to avoid data copying overhead when
`receiveBytes` is being fed right into `sendBytes`.
9. Encryption and chunking. See design for issues. 9. Encryption and chunking. See design for issues.
10. Cycle prevention. See design. 10. Cycle prevention. See design.