rqbit
rqbit copied to clipboard
A bittorrent client in Rust
currently there seems to be no limit, all torrents are checked in parallel cpu load is about 25% when checking 20 torrents in parallel so this is just slow, not...
Currently if I add librqbit to my project it pulls in a ton of massive dependencies (axum and co) required to run the web API. Ideally the crate on crates.io...
currently rqbit is re-checking complete files on every run https://libtorrent.org/manual-ref.html#fast-resume
currently rqbit throws when the downloaded files are read-only > finished with error: error opening "/path/to/file.txt" in read/write mode the downloaded files are complete and rqbit should only seed them...
Just found this and it looks very promising! I haven't had a chance to look at source code yet but wanted to ask, any chance this could be compatible with...
Feature request already discussed in a previous issue, adding the possibility via an option to download the content of a torrent sequentially. (Meaning asking blocks in order, from start to...
This PR is a work in progress to allow storage to delete pieces when they have been served in streaming context. Related to issue #224
Comparing rqbit side by side with transmission-gtk, I noticed that rqbit does not send Stopped event to a tracker when a torrent is paused from UI. When a torrent is...