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
58ac5e7fe8
commit
5e79df8e7e
1 changed files with 7 additions and 7 deletions
14
TODO.md
14
TODO.md
|
|
@ -3,13 +3,17 @@
|
||||||
## High priority
|
## High priority
|
||||||
|
|
||||||
* aquatic_http_private
|
* aquatic_http_private
|
||||||
* utf8 responses
|
* Test that responses are actually valid UTF-8
|
||||||
* stored procedure
|
* stored procedure
|
||||||
* handle/document lack of NOT NULL
|
* handle/document lack of NOT NULL
|
||||||
* event can be null
|
* event can be null
|
||||||
* test ip format
|
* test ip format
|
||||||
* site will likely want num_seeders and num_leechers for all torrents..
|
* site will likely want num_seeders and num_leechers for all torrents..
|
||||||
|
|
||||||
|
* aquatic_http_protocol
|
||||||
|
* Implement axum IntoResponse behind feature gate
|
||||||
|
* don't require compact=1?
|
||||||
|
|
||||||
## Medium priority
|
## Medium priority
|
||||||
|
|
||||||
* Use thin LTO?
|
* Use thin LTO?
|
||||||
|
|
@ -34,8 +38,6 @@
|
||||||
* add flag to print parsed config when starting
|
* add flag to print parsed config when starting
|
||||||
|
|
||||||
* aquatic_udp
|
* aquatic_udp
|
||||||
* look at proper cpu pinning (check that one thread gets bound per core)
|
|
||||||
* then consider so_attach_reuseport_cbpf
|
|
||||||
* what poll event capacity is actually needed?
|
* what poll event capacity is actually needed?
|
||||||
* stagger connection cleaning intervals?
|
* stagger connection cleaning intervals?
|
||||||
* load test
|
* load test
|
||||||
|
|
@ -43,11 +45,9 @@
|
||||||
with probability 0.2
|
with probability 0.2
|
||||||
|
|
||||||
* aquatic_ws
|
* aquatic_ws
|
||||||
* glommio
|
* large amount of temporary allocations in serialize_20_bytes, pretty many in deserialize_20_bytes
|
||||||
* proper cpu set pinning
|
|
||||||
* general
|
|
||||||
* large amount of temporary allocations in serialize_20_bytes, pretty many in deserialize_20_bytes
|
|
||||||
|
|
||||||
|
* so_attach_reuseport_cbpf
|
||||||
* extract response peers: extract "one extra" to compensate for removal,
|
* extract response peers: extract "one extra" to compensate for removal,
|
||||||
of sender if present in selection?
|
of sender if present in selection?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue