Update TODO

This commit is contained in:
Joakim Frostegård 2021-10-30 17:40:59 +02:00
parent 3a598956a1
commit b2347ef3b0

12
TODO.md
View file

@ -2,12 +2,12 @@
* aquatic_udp * aquatic_udp
* CI for both implementations * CI for both implementations
* mio
* on ipv6: [ERROR] Response::write error: Error { kind: WriteZero,
message: "failed to write whole buffer" }
* glommio * glommio
* ipv6 only flag * ipv6 only flag
* consider sending local responses immediately * consider sending local responses immediately
* consider adding ConnectedScrapeRequest::Scrape(PendingScrapeRequest)
containing TransactionId and BTreeMap<usize, InfoHash>, and same for
response
* aquatic_http glommio: * aquatic_http glommio:
* ipv6 only flag * ipv6 only flag
@ -27,12 +27,6 @@ message: "failed to write whole buffer" }
where only part of request is read, but that part is valid, and reading where only part of request is read, but that part is valid, and reading
is stopped, which might lead to various issues. is stopped, which might lead to various issues.
* aquatic_udp glommio
* Add to file transfer CI
* consider adding ConnectedScrapeRequest::Scrape(PendingScrapeRequest)
containing TransactionId and BTreeMap<usize, InfoHash>, and same for
response
* access lists: * access lists:
* use arc-swap Cache? * use arc-swap Cache?
* add CI tests * add CI tests