-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CLI to use new crate and fix discovered issues (#22)
* Move lava-torrent to workspace * Check length before restarting recv operation * Improve disconnect flow * Remove assinged pieces more aggressivly on timeout * Get rid of O(n) search for piece hash and mark incorrect hashes as not inflight * First integration with DHT crate * Don't change timeout point unconditionally when receiving a piece + some cleanup * Make some asserts debug asserts * Only print progress if hash matches --------- Co-authored-by: Nehliin <>
- Loading branch information
Showing
9 changed files
with
193 additions
and
168 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.