mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update TODO
This commit is contained in:
parent
3a598956a1
commit
b2347ef3b0
1 changed files with 3 additions and 9 deletions
12
TODO.md
12
TODO.md
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
* aquatic_udp
|
||||
* CI for both implementations
|
||||
* mio
|
||||
* on ipv6: [ERROR] Response::write error: Error { kind: WriteZero,
|
||||
message: "failed to write whole buffer" }
|
||||
* glommio
|
||||
* ipv6 only flag
|
||||
* consider sending local responses immediately
|
||||
* consider adding ConnectedScrapeRequest::Scrape(PendingScrapeRequest)
|
||||
containing TransactionId and BTreeMap<usize, InfoHash>, and same for
|
||||
response
|
||||
|
||||
* aquatic_http glommio:
|
||||
* 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
|
||||
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:
|
||||
* use arc-swap Cache?
|
||||
* add CI tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue