mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +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
|
* 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue