rqbit/TODO.md
2023-11-19 13:05:42 +00:00

427 B

  • when we have the whole torrent, there's no point talking to peers that also have the whole torrent and keep reconnecting to them.
  • per-file stats
  • per-peer stats
  • use some concurrent hashmap e.g. flurry or dashmap
  • tracing instead of logging. Debugging peers: RUST_LOG=[{peer=.*}]=debug test-log for tests

someday:

  • cancellation from the client-side for the lib (i.e. stop the torrent manager)