by Guest on 2023/01/05 04:12:52 PM
Hi there,
I have a couple of questions on file piece handling.
Suppose I have a 10 000 kb torrent. Assume 1000 instead of 1024, for simplicity.
A file is 9 990kb and a file is 10kb. I disable this 10kb file.
Piece size is 20kb, so I'll actually download the piece completely and place it in the temporary directory.
Download completes. I get the 9 990kb file in the output folder.
What happens if the piece in the temporary directory is deleted? Does file check on the 9 990kb file fail?
Thank you!