Make hashing algorithm more robust #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current hash verification in main.cpp is hacky and generally untidy. First of all that should become a bit cleaner. The main problem in terms of functionality is that it relies on the actual file size or even on each file existing in order to progress its chunk verification. Torrents with missing files will fail completely, instead it should use the size as provided by the torrent file and advance by as much for any missing chunk.