rqbit/crates/librqbit
Ivan Zderadicka f7a812439b
Change to restarting of dead peers (#239)
* Logging died peers

* Ignore incoming for retry,  cancel retries after download is complete

* Remove cancel

* Add incoming flag to PeerHandler

* Cleaning up, plus debug

* Fix debug style
2024-09-22 08:31:57 +01:00
..
examples fix: fixes according to PR comments 2024-08-28 08:28:14 +02:00
resources Implement ser/de for UDP tracker protocol 2024-02-11 12:12:37 +00:00
src Change to restarting of dead peers (#239) 2024-09-22 08:31:57 +01:00
webui Upload multiple files through UI 2024-09-13 10:52:39 +01:00
.gitignore Make a serde bencode serializer 2021-07-01 23:37:57 +01:00
build.rs Docker cross-compilation github workflow. 2024-08-27 15:11:59 +01:00
Cargo.toml Watching works fine 2024-09-13 12:58:09 +01:00
README.md Update docs, cleanup for 4.0.0 release 2023-12-03 12:14:50 +00:00

librqbit

A fully featured, easy to use torrent downloading library used as a backbone of rqbit.

Basic example

See examples on GitHub.

Documentation

librqbit at docs.rs