This commit is contained in:
Joey Hess 2018-03-29 14:10:10 -04:00
parent 34f8d68573
commit a5fe62bed0
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -19,4 +19,12 @@ be disabled for those.
Hmm, a password prompt for eg ssh can also "stall"
a transfer for a long time. Perhaps the thing to do is wait until
the meter gets updated once, and only then start the stall detector.
But what would the stall detector do when it does detect a stalled
transfer? It should perhaps cancel the transfer action, but I don't know
how to do that; the transfer action may have eg run a process, which would
need to be canceled, or it may have a network connection open. Simply
killing the transfer thread won't stop a process that it started.
And when an external special remote is performing the transfer, there's
nothing in that protocol to cancel a transfer.
"""]]