2023-11-18 00:20:49 +00:00
|
|
|
- [ ] when we have the whole torrent, there's no point talking to peers that also have the whole torrent and keep reconnecting to them.
|
2021-06-26 21:00:17 +01:00
|
|
|
- [ ] per-file stats
|
2023-11-20 01:43:58 +00:00
|
|
|
- [x (partial)] per-peer stats
|
|
|
|
|
- [x] use some concurrent hashmap e.g. flurry or dashmap
|
2023-11-19 12:50:11 +00:00
|
|
|
- [x] tracing instead of logging. Debugging peers: RUST_LOG=[{peer=.*}]=debug
|
|
|
|
|
test-log for tests
|
2023-11-20 01:43:58 +00:00
|
|
|
- [ ] reopen read only is bugged:
|
|
|
|
|
expected to be able to write to disk: error writing to file 0 (""The.Creator.2023.D.AMZN.WEB-DLRip.1.46Gb.MegaPeer.avi"")
|
2021-06-26 16:43:36 +01:00
|
|
|
|
|
|
|
|
someday:
|
2021-06-28 21:06:00 +01:00
|
|
|
- [ ] cancellation from the client-side for the lib (i.e. stop the torrent manager)
|