This commit is contained in:
Joey Hess 2016-12-08 16:00:29 -04:00
parent 23438fb80f
commit 39b7eb7350
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -6,8 +6,10 @@ Current todo list:
* copy --to peer seems to make the remotedaemon buffer the content in * copy --to peer seems to make the remotedaemon buffer the content in
memory, more than I'd expect. Check if this is a memory leak.. memory, more than I'd expect. Check if this is a memory leak..
* Resuming an interrupted transfer fails at the end, despite having gotten * When a transfer can't be done because another transfer of the same
the whole correct file content. object is already in progress, the message about this is output by the
remotedaemon --debug, but not forwarded to the peer, which shows
"Connection reset by peer"
* update progress logs in remotedaemon send/receive * update progress logs in remotedaemon send/receive
* Think about locking some more. What happens if the connection to the peer * Think about locking some more. What happens if the connection to the peer
is dropped while we think we're locking content there from being dropped? is dropped while we think we're locking content there from being dropped?