Update TODO

This commit is contained in:
Joakim Frostegård 2021-11-02 21:09:32 +01:00
parent 9b75b50802
commit c265b6ae7f

View file

@ -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