mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
WIP: start work on http tracker
This commit is contained in:
parent
ebe4d4357b
commit
404e528616
15 changed files with 1845 additions and 0 deletions
7
TODO.md
7
TODO.md
|
|
@ -5,6 +5,13 @@
|
|||
* avx-512 should be avoided, maybe this should be mentioned in README
|
||||
and maybe run scripts should be adjusted
|
||||
|
||||
## aquatic_http
|
||||
* setup tls connection: support TLS and plain at the same time??
|
||||
* parse http requests incrementally when data comes in. crate for streaming
|
||||
parse?
|
||||
* serde for request/responses, also url encoded info hashes and peer id's
|
||||
* move stuff to common crate with ws: what about Request/InMessage etc?
|
||||
|
||||
## aquatic_ws
|
||||
* tests
|
||||
* ipv4 and ipv6 state split: think about this more..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue