mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
Update TODO
This commit is contained in:
parent
9b75b50802
commit
c265b6ae7f
1 changed files with 2 additions and 3 deletions
5
TODO.md
5
TODO.md
|
|
@ -3,6 +3,8 @@
|
||||||
* readme
|
* readme
|
||||||
* document privilige dropping, cpu pinning
|
* document privilige dropping, cpu pinning
|
||||||
|
|
||||||
|
* socket_recv_size and ipv6_only in glommio implementations
|
||||||
|
|
||||||
* config: fail on unrecognized keys
|
* config: fail on unrecognized keys
|
||||||
|
|
||||||
* access lists:
|
* access lists:
|
||||||
|
|
@ -13,14 +15,12 @@
|
||||||
* aquatic_udp
|
* aquatic_udp
|
||||||
* CI for both implementations
|
* CI for both implementations
|
||||||
* glommio
|
* glommio
|
||||||
* ipv6 only flag
|
|
||||||
* consider sending local responses immediately
|
* consider sending local responses immediately
|
||||||
* consider adding ConnectedScrapeRequest::Scrape(PendingScrapeRequest)
|
* consider adding ConnectedScrapeRequest::Scrape(PendingScrapeRequest)
|
||||||
containing TransactionId and BTreeMap<usize, InfoHash>, and same for
|
containing TransactionId and BTreeMap<usize, InfoHash>, and same for
|
||||||
response
|
response
|
||||||
|
|
||||||
* aquatic_http:
|
* aquatic_http:
|
||||||
* ipv6 only flag
|
|
||||||
* optimize?
|
* optimize?
|
||||||
* get_peer_addr only once (takes 1.2% of runtime)
|
* get_peer_addr only once (takes 1.2% of runtime)
|
||||||
* queue response: allocating takes 2.8% of runtime
|
* queue response: allocating takes 2.8% of runtime
|
||||||
|
|
@ -37,7 +37,6 @@
|
||||||
Relevant for mio implementation too.
|
Relevant for mio implementation too.
|
||||||
|
|
||||||
* aquatic_ws
|
* aquatic_ws
|
||||||
* ipv6 only flag
|
|
||||||
* load test cpu pinning
|
* load test cpu pinning
|
||||||
* test with multiple socket and request workers
|
* test with multiple socket and request workers
|
||||||
* should it send back error on message parse error, or does that
|
* should it send back error on message parse error, or does that
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue